Esempio n. 1
0
 public MailChimpAPIException(string message, Exception innerException, ApiError apiError)
     : base(message, innerException)
 {
     this.MailChimpAPIError = apiError;
 }
 public MailChimpAPIException(string message, Exception internalException, ApiError apiError)
     : base(message)
 {
     this.InternalException = internalException;
     this.MailChimpAPIError = apiError;
 }
 public MailChimpAPIException(string message, Exception innerException, ApiError apiError) 
     : base(message, innerException)
 {
     this.MailChimpAPIError = apiError;
 }