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

Provides data for the ExceptionRaised event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public class FileBrowserExceptionRaisedEventArgs : EventArgs

Inheritance: objectEventArgsFileBrowserExceptionRaisedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the FileBrowserExceptionRaisedEventArgs class.

C#
public FileBrowserExceptionRaisedEventArgs(Exception exception)
Parameters:exceptionException

Properties

Gets the thrown exception.

C#
public Exception Exception { get; }