Class CoreServiceException
- Namespace
- FoundationaLLM.Common.Exceptions
- Assembly
- FoundationaLLM.Common.dll
Represents an error with accessing content.
public class CoreServiceException : Exception, ISerializable
- Inheritance
-
CoreServiceException
- Implements
- Inherited Members
- Extension Methods
Constructors
CoreServiceException()
Initializes a new instance of the CoreServiceException class with a default message.
public CoreServiceException()
CoreServiceException(string?)
Initializes a new instance of the CoreServiceException class with its message set to message
.
public CoreServiceException(string? message)
Parameters
message
stringA string that describes the error.
CoreServiceException(string?, Exception?)
Initializes a new instance of the CoreServiceException class with its message set to message
.
public CoreServiceException(string? message, Exception? innerException)