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
建構函式
名稱 | 描述 | |
---|---|---|
PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean) | 初始化 PublishNotificationErrorEventArgs 類別的新執行個體。 |
屬性
名稱 | 描述 | |
---|---|---|
Address | 取得或設定要發行至的位址。 |
|
Error | 取得或設定導致例外狀況的錯誤。 |
|
Notification | 取得或設定要發行的通知。 |
|
WillBeRetried | 取得或設定值,此值指出是否會淘汰發行通知。 |
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) |
|
Finalize() | (繼承自 Object。) |
|
GetHashCode() | (繼承自 Object。) |
|
GetType() | (繼承自 Object。) |
|
MemberwiseClone() | (繼承自 Object。) |
|
ToString() | (繼承自 Object。) |
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.Workflow.Client 命名空間
回到頁首