目录

Class UndeliverableException

命名空间
Microsoft.AutoGen.Contracts
程序集
Microsoft.AutoGen.Contracts.dll

当消息无法传递时引发的异常。

public class UndeliverableException : Exception, ISerializable
继承
UndeliverableException
实现
继承的成员

构造函数

UndeliverableException()

初始化 UndeliverableException 类的新实例。

public UndeliverableException()

UndeliverableException(string)

使用自定义错误消息初始化 UndeliverableException 类的新实例。

public UndeliverableException(string message)

参数

message string

自定义错误消息。

UndeliverableException(string, Exception)

使用自定义错误消息和内部异常初始化 UndeliverableException 类的新实例。

public UndeliverableException(string message, Exception innerException)

参数

message string

自定义错误消息。

innerException Exception

导致此错误的内部异常。