VoIPException Constructor |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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
*)
-> VoIPExceptionParameters
- errorCode Int32
-
- message String
-
- innerException Exception (Optional)
-
See Also