| MediaGatewayException Constructor  | 
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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
*)
-> MediaGatewayExceptionParameters
- errorCode
 - Type: SystemInt32
 - message
 - Type: SystemString
 - innerException (Optional)
 - Type: SystemException
 
See Also