Example #1
0
 public WorkflowException(WorkflowExceptionType type, String message, Exception inner)
     : base(message, inner)
 {
 }
Example #2
0
 public WorkflowException(WorkflowExceptionType type, String message)
     : base(message)
 {
 }