Class FileBrowserExceptionRaisedEventArgs
Provides data for the ExceptionRaised event.
Inheritance
System.Object
FileBrowserExceptionRaisedEventArgs
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserExceptionRaisedEventArgs : EventArgs
Constructors
FileBrowserExceptionRaisedEventArgs(Exception)
Initializes a new instance of the FileBrowserExceptionRaisedEventArgs class.
Declaration
public FileBrowserExceptionRaisedEventArgs(Exception exception)
Parameters
System.Exception
exception
|
Properties
Exception
Gets the thrown exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|