New to Telerik UI for WPFStart a free 30-day trial

Persistence error event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class PersistenceErrorEventArgs : PersistenceEventArgs

Inheritance: objectEventArgsPersistenceEventArgsPersistenceErrorEventArgs

Inherited Members PersistenceEventArgs.NamePersistenceEventArgs.PathEventArgs.Empty

Constructors

Initializes a new instance of the PersistenceErrorEventArgs class.

C#
public PersistenceErrorEventArgs(string name, string path, Exception exception)
Parameters:namestring

The name of the property.

pathstring

The path of the property.

exceptionException

The exception.

Properties

Gets the path of the property.

C#
public Exception Exception { get; }