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