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
stringA 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)