예제 #1
0
파일: Attributes.cs 프로젝트: ext0/SaneWeb
 public SaneErrorEventArgs(ResponseErrorReason reason, Exception exception, bool propogate, String response)
 {
     this.Reason    = reason;
     this.Exception = exception;
     this.Propogate = false;
     this.Response  = response;
 }
예제 #2
0
파일: Attributes.cs 프로젝트: ext0/SaneWeb
 public SaneErrorEventArgs(ResponseErrorReason reason, Exception exception, bool propogate, String response)
 {
     this.Reason = reason;
     this.Exception = exception;
     this.Propogate = false;
     this.Response = response;
 }