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

Inherits Exception.

Public Member Functions

 NotificationSDKServerException (int errorCode)
 
 NotificationSDKServerException (int errorCode, Exception cause)
 
 NotificationSDKServerException (int errorCode, string cause)
 

Properties

int ErrorCode [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ NotificationSDKServerException() [1/3]

NotificationSDKServerException ( int  errorCode)
inline

◆ NotificationSDKServerException() [2/3]

NotificationSDKServerException ( int  errorCode,
Exception  cause 
)
inline

Constructs a new NotificationSDKServerException.

Parameters
errorCodeThe error code. See Com.Vasco.Digipass.Sdk.Utils.Notification.Server.Constants.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

Property Documentation

◆ ErrorCode

int ErrorCode
get

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