menu

Document Processing

ErrorOccurredEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ErrorOccurredEventArgs Class

    Event arguments for the ErrorOccurred event

    Inheritance
    System.Object
    ErrorOccurredEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class ErrorOccurredEventArgs : EventArgs

    Properties

    Exception

    Gets the Exception details.

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

    Message

    Gets the error message

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