Defines exceptions in the OpenTok SDK. More...

Inherits Exception.

Inherited by OpenTokSDK.Exception.OpenTokWebException.

Public Member Functions
OpenTokException ()
OpenTokException (string message)
Construct OpentTokException with a message More...
OpenTokException (string message, System.Exception exception)
Construct OpenTokException with a message and an inner exception More...
string GetMessage ()
Get's the message of the exception More...
System.Exception GetException ()
Get's the inner exception More...

Detailed Description

Defines exceptions in the OpenTok SDK.

Constructor & Destructor Documentation

OpenTokException() [1/2]

OpenTokSDK.Exception.OpenTokException.OpenTokException ( string message )

Construct OpentTokException with a message

Parameters : | | | | --- | --- | | message | |

OpenTokException() [2/2]

OpenTokSDK.Exception.OpenTokException.OpenTokException ( string message,
System.Exception exception
)

Construct OpenTokException with a message and an inner exception

Parameters : | | | | --- | --- | | message | | | exception | |

Member Function Documentation

GetException()

System.Exception OpenTokSDK.Exception.OpenTokException.GetException ( )

Get's the inner exception

Returns

GetMessage()

string OpenTokSDK.Exception.OpenTokException.GetMessage ( )

Get's the message of the exception

Returns