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 PersistenceErrorEventArgs class.
Declaration
public PersistenceErrorEventArgs(string name, string path, Exception exception)
Parameters
System.String
name
The name of the property. |
System.String
path
The path of the property. |
System.Exception
exception
The exception. |
Properties
Exception
Gets the path of the property.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|