Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ClassifyError

Summary

Encapsulates an error encountered during deserialization with Classify. Note these errors are only collected if ClassifyOptions.Errors is not null; otherwise they are thrown as exceptions.

Constructors

ClassifyError(Exception exception, string objectPath)
Constructor.

Instance properties

ExceptionThe exception encountered during deserialization.
stringA string representing the chain of objects leading up to the object that encountered the error.