RoutingErrorResponse(Int32, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic RoutingErrorResponse(
int statusCode,
string reasonPhrase = null
)
Public Sub New (
statusCode As Integer,
Optional reasonPhrase As String = Nothing
)
public:
RoutingErrorResponse(
int statusCode,
String^ reasonPhrase = nullptr
)
new :
statusCode : int *
?reasonPhrase : string
(* Defaults:
let _reasonPhrase = defaultArg reasonPhrase null
*)
-> RoutingErrorResponse
Parameters
- statusCode Int32
-
- reasonPhrase String (Optional)
-
See Also