UnexpectedLengthPrefixValueException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
实际长度。