Click or drag to resize
MediaGatewayException Constructor
Initializes a new instance of the MediaGatewayException class

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MediaGatewayException(
	int errorCode,
	string message,
	Exception innerException = null
)

Parameters

errorCode
Type: SystemInt32
message
Type: SystemString
innerException (Optional)
Type: SystemException
See Also