Interface IUnloadable
Objects that can't be loaded as valid Yaml will be converted to a proxy object implementing this interface by ErrorRecoverySerializer.
public interface IUnloadable
Properties
AssemblyName
string AssemblyName { get; }
Property Value
Error
string Error { get; }
Property Value
ParsingEvents
List<ParsingEvent> ParsingEvents { get; }
Property Value
- List<ParsingEvent>
TypeName
string TypeName { get; }