Class
PersistenceErrorEventArgs

Persistence error event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class PersistenceErrorEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsPersistenceErrorEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

PersistenceErrorEventArgs(string, string, Exception)

Initializes a new instance of the PersistenceErrorEventArgs class.

Declaration

cs-api-definition
public PersistenceErrorEventArgs(string name, string path, Exception exception)

Parameters

name

string

The name of the property.

path

string

The path of the property.

exception

Exception

The exception.

Properties

Exception

Gets the path of the property.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception