WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorOccurredEventArgs

    Show / Hide Table of Contents

    Class ErrorOccurredEventArgs

    Event arguments for the ErrorOccurred event

    Inheritance
    System.Object
    System.EventArgs
    ErrorOccurredEventArgs
    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: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class ErrorOccurredEventArgs : EventArgs

    Properties

    Exception

    Gets the System.Exception details which occurred during the execution.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    Message

    Gets the exception message or information about any unsupported elements present in the PDF.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved