GraphSerializationErrorEventArgs Class

Definition

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

Applies to