UnexpectedLengthPrefixValueException(string, uint, uint)
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.
