Class OpenFailedEventArgs
Inheritance
System.Object
System.EventArgs
OpenFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class OpenFailedEventArgs : EventArgs
Constructors
OpenFailedEventArgs()
Initializes a new instance of the OpenFailedEventArgs class.
Declaration
public OpenFailedEventArgs()
Properties
Exception
Gets or sets the exception.
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | The exception. |
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The message. |