Share via


PublishNotificationErrorEventArgs 類別

 

提供發行通知錯誤事件的資料。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

繼承階層架構

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationErrorEventArgs

語法

public class PublishNotificationErrorEventArgs : EventArgs
public ref class PublishNotificationErrorEventArgs : EventArgs
type PublishNotificationErrorEventArgs = 
    class
        inherit EventArgs
    end
Public Class PublishNotificationErrorEventArgs
    Inherits EventArgs

建構函式

名稱 描述
System_CAPS_pubmethod PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean)

初始化 PublishNotificationErrorEventArgs 類別的新執行個體。

屬性

名稱 描述
System_CAPS_pubproperty Address

取得或設定要發行至的位址。

System_CAPS_pubproperty Error

取得或設定導致例外狀況的錯誤。

System_CAPS_pubproperty Notification

取得或設定要發行的通知。

System_CAPS_pubproperty WillBeRetried

取得或設定值,此值指出是否會淘汰發行通知。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Workflow.Client 命名空間

回到頁首