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

Definition

Namespace:Telerik.WinControls.FileDialogs

Assembly:Telerik.WinControls.UI.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; }