EventDeliveryFailedException 构造函数
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 EventDeliveryFailedException 类的新实例。
EventDeliveryFailedException() |
初始化 EventDeliveryFailedException 类的新实例。 |
EventDeliveryFailedException(String) |
使用解释异常原因的错误消息初始化 EventDeliveryFailedException 类的新实例。 |
EventDeliveryFailedException(String, Exception) |
使用解释异常原因的错误消息和导致此异常的 EventDeliveryFailedException 初始化 Exception 类的新实例。 |
EventDeliveryFailedException()
初始化 EventDeliveryFailedException 类的新实例。
public:
EventDeliveryFailedException();
C#
public EventDeliveryFailedException ();
Public Sub New ()
适用于
.NET Framework 4.8 和其他版本
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
EventDeliveryFailedException(String)
使用解释异常原因的错误消息初始化 EventDeliveryFailedException 类的新实例。
public:
EventDeliveryFailedException(System::String ^ message);
C#
public EventDeliveryFailedException (string message);
new System.Workflow.Activities.EventDeliveryFailedException : string -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String)
参数
- message
- String
解释异常原因的错误消息。
适用于
.NET Framework 4.8 和其他版本
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
EventDeliveryFailedException(String, Exception)
使用解释异常原因的错误消息和导致此异常的 EventDeliveryFailedException 初始化 Exception 类的新实例。
public:
EventDeliveryFailedException(System::String ^ message, Exception ^ innerException);
C#
public EventDeliveryFailedException (string message, Exception innerException);
new System.Workflow.Activities.EventDeliveryFailedException : string * Exception -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
解释异常原因的错误消息。
适用于
.NET Framework 4.8 和其他版本
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |