Ozeki VoIP SDK Class library
LicenseException Constructor (errorCode, message)
NamespacesOzeki.Common.ExceptionsLicenseExceptionLicenseException(Int32, String)
Creates a new instance of LicenseException
Declaration Syntax
C#Visual BasicVisual C++
public LicenseException(
	int errorCode,
	string message
)
Public Sub New ( 
	errorCode As Integer,
	message As String
)
public:
LicenseException(
	int errorCode, 
	String^ message
)
Parameters
errorCode (Int32)
message (String)
The exception message

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290