RetryException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 RetryException 类的新实例。
重载
RetryException() |
初始化 RetryException 类的新实例。 |
RetryException(String) |
使用指定的消息初始化 RetryException 类的新实例。 |
RetryException(SerializationInfo, StreamingContext) |
使用指定的 RetryException 和 SerializationInfo 初始化 StreamingContext 类的新实例。 |
RetryException(String, Exception) |
使用指定的消息和内部异常初始化 RetryException 类的新实例。 |
RetryException()
RetryException(String)
使用指定的消息初始化 RetryException 类的新实例。
public:
RetryException(System::String ^ message);
public RetryException (string message);
new System.ServiceModel.Channels.RetryException : string -> System.ServiceModel.Channels.RetryException
Public Sub New (message As String)
参数
- message
- String
异常消息。
适用于
RetryException(SerializationInfo, StreamingContext)
使用指定的 RetryException 和 SerializationInfo 初始化 StreamingContext 类的新实例。
protected:
RetryException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected RetryException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.ServiceModel.Channels.RetryException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Channels.RetryException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
序列化信息。
- context
- StreamingContext
流上下文。
- 属性
适用于
RetryException(String, Exception)
使用指定的消息和内部异常初始化 RetryException 类的新实例。
public:
RetryException(System::String ^ message, Exception ^ innerException);
public RetryException (string message, Exception innerException);
new System.ServiceModel.Channels.RetryException : string * Exception -> System.ServiceModel.Channels.RetryException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
异常消息。
- innerException
- Exception
内部异常。