/// <summary>
 /// Initializes a new instance of the <see cref="CustomWorkflowTerminateException"/> class.
 /// </summary>
 /// <param name="executionResult">The execution result.</param>
 public CustomWorkflowTerminateException(BusinessProcessExecutionResult executionResult)
 {
     this.ExecutionResult = executionResult;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomWorkflowTerminateException"/> class.
 /// </summary>
 /// <param name="executionResult">The execution result.</param>
 public CustomWorkflowTerminateException(BusinessProcessExecutionResult executionResult)
 {
     this.ExecutionResult = executionResult;
 }