Ozeki VoIP SDK Class library
MediaException Constructor (errorCode, message, innerException)
NamespacesOzeki.Common.ExceptionsMediaExceptionMediaException(Int32, String, Exception)
Initializes a new instance of the MediaException class
Declaration Syntax
C#Visual BasicVisual C++
public MediaException(
	int errorCode,
	string message,
	Exception innerException = null
)
Public Sub New ( 
	errorCode As Integer,
	message As String,
	Optional innerException As Exception = Nothing
)
public:
MediaException(
	int errorCode, 
	String^ message, 
	Exception^ innerException = nullptr
)
Parameters
errorCode (Int32)
message (String)
innerException (Exception) (Optional)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290