VoIPException Constructor |
The exception is triggered in Ozeki VoIP SIP SDK
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 Int32
-
- message String
- The Exception message.
- innerException Exception (Optional)
- The inner Exception.
See Also