LicenseException Constructor |
Creates a new instance of LicenseException
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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