Class FileBrowserExceptionRaisedEventArgs
Inheritance
System.Object
System.EventArgs
FileBrowserExceptionRaisedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.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
|