Skip to content

UnexpectedLengthPrefixValueException.UnexpectedLengthPrefixValueException(string, uint, uint)

UnexpectedLengthPrefixValueException(string, uint, uint)

View source
public UnexpectedLengthPrefixValueException(string typeName, uint expectedLength, uint actualLength)
Initializes a new instance of the UnexpectedLengthPrefixValueException class.

Parameters

typeNamestring
Name of the type.
expectedLengthuint
The expected length.
actualLengthuint
The actual length.