コード例 #1
0
 public WorkflowException(WorkflowExceptionType type, String message, Exception inner)
     : base(message, inner)
 {
 }
コード例 #2
0
 public WorkflowException(WorkflowExceptionType type, String message)
     : base(message)
 {
 }