Class
PdfViewerErrorEventArgs

Provides error information when PDF Viewer operations fail, enabling custom error handling and user feedback. Use this to implement graceful error handling, logging, or user-friendly error messages for PDF processing failures.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PdfViewerErrorEventArgs

Inheritance: objectPdfViewerErrorEventArgs

Constructors

PdfViewerErrorEventArgs()

Declaration

cs-api-definition
public PdfViewerErrorEventArgs()

Properties

Message

Gets the error message describing what went wrong during PDF processing operations. Contains technical details about the failure, which can be used for debugging or transformed into user-friendly messages. Common errors include file corruption, unsupported formats, network failures, or browser compatibility issues.

Declaration

cs-api-definition
public string Message { get; set; }

Property Value

string