Class FileLoadingFailedEventArgs
Provides data for the FileLoadingFailed event.
Inheritance
System.Object
    System.EventArgs
    FileLoadingFailedEventArgs
  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.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FileLoadingFailedEventArgs : EventArgsConstructors
FileLoadingFailedEventArgs()
Initializes a new instance of the FileLoadingFailedEventArgs class.
Declaration
public FileLoadingFailedEventArgs()Properties
Exception
Gets the Exception occured at file loading operation.
Declaration
public Exception Exception { get; }Property Value
| Type | Description | 
|---|---|
| System.Exception | The Exception occured at file loading operation. |