Class ServerSentEventException
Service error delivered via Server-Sent Events (SSE).
Thrown when the server emits an error event during streaming.
Inheritance
ServerSentEventException
Assembly: Glitch9.IO.dll
Syntax
public sealed class ServerSentEventException : BackendException, ISerializable
Constructors
|
Edit this page
View Source
ServerSentEventException(IServiceError, string, string)
Declaration
public ServerSentEventException(IServiceError error, string rawEventType = null, string rawData = null)
Parameters
Properties
|
Edit this page
View Source
Message
Declaration
public override string Message { get; }
Property Value
Overrides
|
Edit this page
View Source
RawData
Declaration
public string RawData { get; }
Property Value
|
Edit this page
View Source
RawEventType
Declaration
public string RawEventType { get; }
Property Value
Implements
Extension Methods