Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
NotificationSDKServerException Class Reference

This exception is thrown when a problem occurs while using NotificationSDKServer. More...

Inherits Exception.

Public Member Functions

 NotificationSDKServerException (int errorCode)
 Constructs a new NotificationSDKServerException. More...
 
 NotificationSDKServerException (int errorCode, Exception cause)
 Constructs a new NotificationSDKServerException. More...
 
 NotificationSDKServerException (int errorCode, string cause)
 Constructs a new NotificationSDKServerException. More...
 

Properties

int ErrorCode [get]
 The error code of the NotificationSDKServerException. Error codes are defined in the NotificationSDKServerErrorCodes class. More...
 

Detailed Description

This exception is thrown when a problem occurs while using NotificationSDKServer.

Constructor & Destructor Documentation

◆ NotificationSDKServerException() [1/3]

NotificationSDKServerException ( int  errorCode)
inline

Constructs a new NotificationSDKServerException.

Parameters
errorCodeThe error code. See NotificationSDKServerErrorCodes for more details.

◆ NotificationSDKServerException() [2/3]

NotificationSDKServerException ( int  errorCode,
Exception  cause 
)
inline

Constructs a new NotificationSDKServerException.

Parameters
errorCodeThe error code. See NotificationSDKServerErrorCodes for more details.
causeException describing the cause of the failure. It can be retrieved by the System.Exception.InnerException property.

◆ NotificationSDKServerException() [3/3]

NotificationSDKServerException ( int  errorCode,
string  cause 
)
inline

Constructs a new NotificationSDKServerException.

Parameters
errorCodeThe error code. See NotificationSDKServerErrorCodes for more details.
causeException message describing the cause of the failure.

Property Documentation

◆ ErrorCode

int ErrorCode
get

The error code of the NotificationSDKServerException. Error codes are defined in the NotificationSDKServerErrorCodes class.


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