Table of Contents

Class ResourcePathException

Namespace
FoundationaLLM.Common.Exceptions
Assembly
FoundationaLLM.Common.dll

Represents an error related to a resource path.

public class ResourcePathException : Exception, ISerializable
Inheritance
ResourcePathException
Implements
Inherited Members
Extension Methods

Constructors

ResourcePathException()

Initializes a new instance of the ResourcePathException class with a default message.

public ResourcePathException()

ResourcePathException(string?)

Initializes a new instance of the ResourcePathException class with its message set to message.

public ResourcePathException(string? message)

Parameters

message string

A string that describes the error.

ResourcePathException(string?, Exception?)

Initializes a new instance of the ResourcePathException class with its message set to message.

public ResourcePathException(string? message, Exception? innerException)

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.