SuspendActivity.Error 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會收到或設定錯誤訊息,向管理員報告停權原因。
public:
property System::String ^ Error { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(true)]
public string Error { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Error : string with get, set
Public Property Error As String
屬性值
一個錯誤訊息,說明工作流程實例暫停的原因。 預設值為 null。
- 屬性
備註
此錯誤訊息的傳播由主機(實例管理器或持久化提供者)決定。