Esempio n. 1
0
 public SaneErrorEventArgs(ResponseErrorReason reason, Exception exception, bool propogate, String response)
 {
     this.Reason    = reason;
     this.Exception = exception;
     this.Propogate = false;
     this.Response  = response;
 }
Esempio n. 2
0
 public SaneErrorEventArgs(ResponseErrorReason reason, Exception exception, bool propogate, String response)
 {
     this.Reason = reason;
     this.Exception = exception;
     this.Propogate = false;
     this.Response = response;
 }