Class StreamingException
Thrown when an SSE streaming agent run encounters an error, such as a timeout or an unexpected end of stream.
Implements
Inherited Members
Namespace: Seclai.Exceptions
Assembly: Seclai.dll
Syntax
public sealed class StreamingException : Exception, ISerializable
Constructors
StreamingException(string)
Creates a StreamingException with the given message.
Declaration
public StreamingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
StreamingException(string, Exception)
Creates a StreamingException with a message and inner exception.
Declaration
public StreamingException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |