Table of Contents

Property ContinueOnError

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

ContinueOnError

Gets or sets whether to continue if a handler throws an exception.

When true, exceptions are caught and execution continues with other handlers. Default is true.

public bool ContinueOnError { get; set; }

Property Value

bool