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

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaException(
	int errorCode,
	string message,
	Exception innerException = null
)

Parameters

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