Defines an exception object thrown when a REST API call results in an error response. More...

Inherits OpenTokSDK.Exception.OpenTokException.

Public Member Functions
OpenTokWebException (string message, System.Exception exception)
Constructor. Do not use. More...
OpenTokWebException (string message)
Constructor. Do not use. More...
- Public Member Functions inherited from OpenTokSDK.Exception.OpenTokException
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 an exception object thrown when a REST API call results in an error response.

Constructor & Destructor Documentation

OpenTokWebException() [1/2]

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

Constructor. Do not use.

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

OpenTokWebException() [2/2]

OpenTokSDK.Exception.OpenTokWebException.OpenTokWebException ( string message )

Constructor. Do not use.

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