TrackingWorkflowExceptionEventArgs.Exception 屬性

定義

它會收到 Exception 工作流程實例拋出的那個。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

屬性值

那是工作流程實例拋出的例外。

適用於