Sendbird Chat SDK for .NET  3.0.29
SendBird.SendBirdException Class Reference
Inheritance diagram for SendBird.SendBirdException:

Public Member Functions

 SendBirdException (string message)
 
 SendBirdException (string message, int code)
 

Properties

int Code [get, set]
 

Detailed Description

SendBird custom exception class.

Constructor & Destructor Documentation

◆ SendBirdException() [1/2]

SendBird.SendBirdException.SendBirdException ( string  message)
inline

SendBirdException constructor.

Parameters
messageError message.

◆ SendBirdException() [2/2]

SendBird.SendBirdException.SendBirdException ( string  message,
int  code 
)
inline

SendBirdException constructor.

Parameters
messageError message.
codeError code.

Property Documentation

◆ Code

int SendBird.SendBirdException.Code
getset

Returns error code.

Returns
The error code.

The documentation for this class was generated from the following file: