Ozeki VoIP SDK Class library
VoIPException Constructor (message, innerException)
NamespacesOzeki.VoIPVoIPExceptionVoIPException(String, Exception)
The exception is triggered in Ozeki VoIP SIP SDK
Declaration Syntax
C#Visual BasicVisual C++
public VoIPException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
VoIPException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The Exception message.
innerException (Exception)
The inner Exception.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 9.6.4472.19818