Velaptor.Exceptions.PushNotificationException
Velaptor
Velaptor.Exceptions
PushNotificationException Class
Thrown when there is an issue with the push notification system.
public sealed class PushNotificationException : System.Exception
Inheritance System.Object → System.Exception → PushNotificationException
Constructors
PushNotificationException() Constructor
Initializes a new instance of the PushNotificationException class.
public PushNotificationException();
PushNotificationException(string, Exception) Constructor
Initializes a new instance of the PushNotificationException class.
public PushNotificationException(string message, System.Exception innerException);
Parameters
message
System.String
The message that describes the error.
innerException
System.Exception
The System.Exception instance that caused the current exception.
PushNotificationException(string, Guid) Constructor
Initializes a new instance of the PushNotificationException class.
public PushNotificationException(string subscriberSrc, System.Guid subscriptionId);
Parameters
subscriberSrc
System.String
The source of where the push notification came from.
subscriptionId
System.Guid
The subscription ID.
PushNotificationException(string) Constructor
Initializes a new instance of the PushNotificationException class.
public PushNotificationException(string message);
Parameters
message
System.String
The message that describes the error.