Class
FileBrowserExceptionRaisedEventArgs

Provides data for the ExceptionRaised event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class FileBrowserExceptionRaisedEventArgs : EventArgs

Inheritance: objectEventArgsFileBrowserExceptionRaisedEventArgs

Inherited Members EventArgs.Empty

Constructors

FileBrowserExceptionRaisedEventArgs(Exception)

Initializes a new instance of the FileBrowserExceptionRaisedEventArgs class.

Declaration

cs-api-definition
public FileBrowserExceptionRaisedEventArgs(Exception exception)

Parameters

exception

Exception

Properties

Exception

Gets the thrown exception.

Declaration

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

Property Value

Exception