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