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

实际长度。

适用于