Exemplo n.º 1
0
 public WorkflowException(WorkflowExceptionType type, String message, Exception inner)
     : base(message, inner)
 {
 }
Exemplo n.º 2
0
 public WorkflowException(WorkflowExceptionType type, String message)
     : base(message)
 {
 }