Table of Contents

Class DataPipelineException

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

Represents an error generated by the eventing system.

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

Constructors

DataPipelineException()

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

public DataPipelineException()

DataPipelineException(string?)

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

public DataPipelineException(string? message)

Parameters

message string

A string that describes the error.

DataPipelineException(string?, Exception?)

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

public DataPipelineException(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.