11 private readonly
Type type;
32 public string Object => this.type.FullName;
Exception ocurring during serialization or deserialization of objects.
string Object
Object identifier related to the object.
SerializationException(string Message, Type Type)
Exception ocurring during serialization or deserialization of objects.
Type Type
Type of object being serialized or deserialized.
Implement this interface on exception classes to allow the log to extract object information in corre...