Gets or sets the error handler called during serialization and deserialization.
| C# | Visual Basic | Visual C++ |
public EventHandler<ErrorEventArgs> Error { get; set; }
Public Property Error As EventHandler(Of ErrorEventArgs) Get Set
public: property EventHandler<ErrorEventArgs^>^ Error { EventHandler<ErrorEventArgs^>^ get (); void set (EventHandler<ErrorEventArgs^>^ value); }
The error handler called during serialization and deserialization.