共用方式為


BadRpcHeaderException 建構函式

定義

多載

BadRpcHeaderException(String)

來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
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)

來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
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)

來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
BadRpcHeaderException.cs
來源:
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

內部例外狀況。

適用於