LicenseException Constructor |
Creates a new instance of LicenseException
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic LicenseException(
int errorCode,
string message
)
Public Sub New (
errorCode As Integer,
message As String
)
public:
LicenseException(
int errorCode,
String^ message
)
new :
errorCode : int *
message : string -> LicenseException
Parameters
- errorCode
- Type: SystemInt32
- message
- Type: SystemString
The exception message
See Also