예제 #1
0
 public FlowException(string message, FlowExceptionType ExceptionType = FlowExceptionType.Fail) : base(message)
 {
     this.ExceptionType = ExceptionType;
 }
예제 #2
0
 public FlowException(string message, FlowExceptionType ExceptionType = FlowExceptionType.Fail) : base(message)
 {
     this.ExceptionType = ExceptionType;
 }