RoutingErrorResponse Constructor (Int32, String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemInt32
- reasonPhrase (Optional)
- Type: SystemString
See Also