次の方法で共有


BadRpcHeaderException コンストラクター

定義

オーバーロード

BadRpcHeaderException(String)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

BadRpcHeaderException(SerializationInfo, StreamingContext)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

BadRpcHeaderException(String, Exception)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

BadRpcHeaderException(String)

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 クラスの新しいインスタンスを初期化します。

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 クラスの新しいインスタンスを初期化します。

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

内部例外。

適用対象