コード例 #1
0
 public AlphaMailValidationException(string message, HttpResponseStatusHead httpStatus, ServiceResponse response, Exception innerException)
     : base(message, httpStatus, response, innerException)
 {
 }
コード例 #2
0
 public AlphaMailServiceException(string message, HttpResponseStatusHead httpStatus, ServiceResponse response, Exception innerException)
     : base(message, innerException)
 {
     this.HttpStatus = httpStatus;
     this.Response = response;
 }