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


UnexpectedLengthPrefixValueException Конструкторы

Определение

Перегрузки

UnexpectedLengthPrefixValueException(String)

Инициализирует новый экземпляр класса UnexpectedLengthPrefixValueException.

UnexpectedLengthPrefixValueException(String, UInt32, UInt32)

Инициализирует новый экземпляр класса UnexpectedLengthPrefixValueException.

UnexpectedLengthPrefixValueException(String)

Инициализирует новый экземпляр класса UnexpectedLengthPrefixValueException.

public UnexpectedLengthPrefixValueException(string message);
new Orleans.Serialization.UnexpectedLengthPrefixValueException : string -> Orleans.Serialization.UnexpectedLengthPrefixValueException
Public Sub New (message As String)

Параметры

message
String

Сообщение, описывающее ошибку.

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

UnexpectedLengthPrefixValueException(String, UInt32, UInt32)

Инициализирует новый экземпляр класса UnexpectedLengthPrefixValueException.

public UnexpectedLengthPrefixValueException(string typeName, uint expectedLength, uint actualLength);
new Orleans.Serialization.UnexpectedLengthPrefixValueException : string * uint32 * uint32 -> Orleans.Serialization.UnexpectedLengthPrefixValueException
Public Sub New (typeName As String, expectedLength As UInteger, actualLength As UInteger)

Параметры

typeName
String

Имя типа данных.

expectedLength
UInt32

Ожидаемая длина.

actualLength
UInt32

Фактическая длина.

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