Table of Contents

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 string

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

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.