共用方式為


TerminateWorkflow.Exception 屬性

定義

取得或設定觸發執行個體終止的例外狀況。

public:
 property System::Activities::InArgument<Exception ^> ^ Exception { System::Activities::InArgument<Exception ^> ^ get(); void set(System::Activities::InArgument<Exception ^> ^ value); };
public System.Activities.InArgument<Exception> Exception { get; set; }
member this.Exception : System.Activities.InArgument<Exception> with get, set
Public Property Exception As InArgument(Of Exception)

屬性值

例外狀況。

備註

如果僅設定 Terminate,則傳遞至 WorkflowApplicationTerminatedException 的例外狀況會是 Reason。 如果僅設定 Exception,則會將例外狀況傳遞至 Terminate。 如果 同時 Reason 設定 和 ExceptionWorkflowApplicationTerminatedException 則會使用指定的 Reason傳遞 ,並將 Exception 設定為例外狀況的 InnerException 屬性。 如果皆未設定,則會建立預設的 WorkflowApplicationTerminatedException

適用於