Ozeki VoIP SDK Class library
SDKException Constructor (errorCode, message, innerException)
NamespacesOzeki.Common.ExceptionsSDKExceptionSDKException(Int32, String, Exception)
The exception is triggered in Ozeki VoIP SIP SDK
Declaration Syntax
C#Visual BasicVisual C++
public SDKException(
	int errorCode,
	string message,
	Exception innerException = null
)
Public Sub New ( 
	errorCode As Integer,
	message As String,
	Optional innerException As Exception = Nothing
)
public:
SDKException(
	int errorCode, 
	String^ message, 
	Exception^ innerException = nullptr
)
Parameters
errorCode (Int32)
message (String)
The Exception message.
innerException (Exception) (Optional)
The inner Exception.

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