WorkflowMarkupSerializationManager.ReportError(Object) 方法

定義

報告序號錯誤。

public:
 virtual void ReportError(System::Object ^ errorInformation);
public void ReportError(object errorInformation);
abstract member ReportError : obj -> unit
override this.ReportError : obj -> unit
Public Sub ReportError (errorInformation As Object)

參數

errorInformation
Object

錯誤報告。

實作

備註

errorInformation 可以是任何物件類型。 若為例外,則會擷取該異常訊息並回報給使用者。 若是其他類型, ToString 則會呼叫以顯示資訊給使用者。

適用於