예제 #1
0
 public PassThruException(PassThruStatus status) : base(status.ToString())
 {
     this.status = status;
 }