Поделиться через


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

Внутреннее исключение.

Применяется к