Sdílet prostřednictvím


BadRpcHeaderException Konstruktory

Definice

Přetížení

BadRpcHeaderException(String)

Inicializuje novou instanci BadRpcHeaderException třídy.

BadRpcHeaderException(SerializationInfo, StreamingContext)

Inicializuje novou instanci BadRpcHeaderException třídy.

BadRpcHeaderException(String, Exception)

Inicializuje novou instanci BadRpcHeaderException třídy.

BadRpcHeaderException(String)

Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs

Inicializuje novou instanci BadRpcHeaderException třídy.

public BadRpcHeaderException(string message);
public BadRpcHeaderException(string? message);
new StreamJsonRpc.BadRpcHeaderException : string -> StreamJsonRpc.BadRpcHeaderException
Public Sub New (message As String)

Parametry

message
String

Zpráva

Platí pro

BadRpcHeaderException(SerializationInfo, StreamingContext)

Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs

Inicializuje novou instanci BadRpcHeaderException třídy.

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)

Parametry

info
SerializationInfo

Informace o serializaci

context
StreamingContext

Kontext streamování

Platí pro

BadRpcHeaderException(String, Exception)

Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs
Zdroj:
BadRpcHeaderException.cs

Inicializuje novou instanci BadRpcHeaderException třídy.

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)

Parametry

message
String

Zpráva

innerException
Exception

Vnitřní výjimka

Platí pro