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