DeserializeException(Reader<TInput>, Field)
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.
