Search Results for

    Show / Hide Table of Contents

    Class StreamingException

    Thrown when an SSE streaming agent run encounters an error, such as a timeout or an unexpected end of stream.

    Inheritance
    object
    Exception
    StreamingException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    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

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX