MediaGatewayException Constructor |
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MediaGatewayException(
int errorCode,
string message,
Exception innerException = null
)
Public Sub New (
errorCode As Integer,
message As String,
Optional innerException As Exception = Nothing
)
public:
MediaGatewayException(
int errorCode,
String^ message,
Exception^ innerException = nullptr
)
new :
errorCode : int *
message : string *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> MediaGatewayException
Parameters
- errorCode
- Type: SystemInt32
- message
- Type: SystemString
- innerException (Optional)
- Type: SystemException
See Also