public TagCRUDFailedResult(AWSMobilePushNotificationServiceException ex) : base(ex)
 {
 }
 public TaggingOperationResult(AWSMobilePushNotificationServiceException ex) : base(ex)
 {
 }
 /// <summary>
 /// Failed with a AWSMobilePushNotificationServiceException
 /// </summary>
 public OperationResult(AWSMobilePushNotificationServiceException ex)
 {
     IsSuccessful = false;
     ErrorMessage = ex.Message;
     ErrorAlias   = ex.ErrorAlias;
 }
Example #4
0
 public UnRegisterResult(AWSMobilePushNotificationServiceException ex) : base(ex)
 {
 }
Example #5
0
 public SwitchSubscriberFailedResult(AWSMobilePushNotificationServiceException ex) : base(ex)
 {
 }
 public PublishResult(AWSMobilePushNotificationServiceException ex) : base(ex)
 {
 }