Table of Contents

Method RecordException

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

RecordException(Exception)

Records an exception event.

public AgentSpan RecordException(Exception exception)

Parameters

exception Exception

The exception to record.

Returns

AgentSpan

This span for method chaining.