Skip to content

LangfuseException

NexusLabs.Needlr.AgentFramework.Langfuse

LangfuseException Class

The exception thrown when a request to the Langfuse API fails.

public sealed class LangfuseException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 LangfuseException

Constructors

LangfuseException(string) Constructor

Initializes a new instance of the LangfuseException class.

public LangfuseException(string message);

Parameters

message System.String

The error message.

LangfuseException(string, Exception) Constructor

Initializes a new instance of the LangfuseException class.

public LangfuseException(string message, System.Exception innerException);

Parameters

message System.String

The error message.

innerException System.Exception

The underlying exception.