Table of Contents

Class ResourceFailure

Namespace
NetPdf
Assembly
NetPdf.dll

A resource load that did not produce content. Surfaced via ResourceFailures.

public sealed class ResourceFailure
Inheritance
ResourceFailure
Inherited Members

Properties

Exception

public Exception? Exception { get; init; }

Property Value

Exception

Kind

public required ResourceKind Kind { get; init; }

Property Value

ResourceKind

Reason

public required string Reason { get; init; }

Property Value

string

Uri

public required Uri Uri { get; init; }

Property Value

Uri