GraphSerializationErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to communicate serialization errors if the caller passes a handler to the serializer.
public ref class GraphSerializationErrorEventArgs : EventArgs
public class GraphSerializationErrorEventArgs : EventArgs
type GraphSerializationErrorEventArgs = class
inherit EventArgs
Public Class GraphSerializationErrorEventArgs
Inherits EventArgs
- Inheritance
-
GraphSerializationErrorEventArgs
Constructors
GraphSerializationErrorEventArgs(Exception) |
Constructs a SerializationErrorEventArgs wrapping the given exception |
Properties
Error |
Gets the exception wrapped by this SerializationErrorEventArgs object |