Skip to content

ExceptionCodec.DeserializeException(Reader<TInput>, Field)

DeserializeException(Reader<TInput>, Field)

View source
public Exception DeserializeException<TInput>(ref Reader<TInput> reader, Field field)
Deserializes an exception value.

Parameters

readerReader<TInput>
The reader.
fieldField
The field header for the exception value.

Returns

The deserialized exception.