Class PersistenceErrorEventArgs
Persistence error event arguments.
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class PersistenceErrorEventArgs : PersistenceEventArgs
Constructors
PersistenceErrorEventArgs(String, String, Exception)
Initializes a new instance of the Persistence
Declaration
public PersistenceErrorEventArgs(string name, string path, Exception exception)
Parameters
System. The name of the property. |
System. The path of the property. |
System. The exception. |
Properties
Exception
Gets the path of the property.
Declaration
public Exception Exception { get; }
Property Value
System.
|