Share via


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

Name Description
GraphSerializationErrorEventArgs(Exception)

Constructs a SerializationErrorEventArgs wrapping the given exception

Properties

Name Description
Error

Gets the exception wrapped by this SerializationErrorEventArgs object

Applies to