VoIPException Constructor |
The exception is triggered in Ozeki VoIP SIP SDK
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public VoIPException(
int errorCode,
string message,
Exception innerException = null
)
Public Sub New (
errorCode As Integer,
message As String,
Optional innerException As Exception = Nothing
)
public:
VoIPException(
int errorCode,
String^ message,
Exception^ innerException = nullptr
)
new :
errorCode : int *
message : string *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> VoIPException
Parameters
- errorCode
- Type: SystemInt32
- message
- Type: SystemString
The Exception message. - innerException (Optional)
- Type: SystemException
The inner Exception.
See Also