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