BadRpcHeaderException Constructors

Definition

Overloads

BadRpcHeaderException(String)

Initializes a new instance of the BadRpcHeaderException class.

BadRpcHeaderException(SerializationInfo, StreamingContext)

Initializes a new instance of the BadRpcHeaderException class.

BadRpcHeaderException(String, Exception)

Initializes a new instance of the BadRpcHeaderException class.

BadRpcHeaderException(String)

Initializes a new instance of the BadRpcHeaderException class.

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

Parameters

message
String

The message.

Applies to

BadRpcHeaderException(SerializationInfo, StreamingContext)

Initializes a new instance of the BadRpcHeaderException class.

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)

Parameters

info
SerializationInfo

Serialization info.

context
StreamingContext

Streaming context.

Applies to

BadRpcHeaderException(String, Exception)

Initializes a new instance of the BadRpcHeaderException class.

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)

Parameters

message
String

The message.

innerException
Exception

The inner exception.

Applies to