Class RealtimeException
- Namespace
- Supabase.Realtime.Exceptions
- Assembly
- Supabase.Realtime.dll
An Exception thrown within Supabase.Realtime
public class RealtimeException : Exception, ISerializable
- Inheritance
-
RealtimeException
- Implements
- Inherited Members
Constructors
RealtimeException(string?)
public RealtimeException(string? message)
Parameters
message
string
RealtimeException(string?, Exception?)
public RealtimeException(string? message, Exception? innerException)
Parameters
Properties
Reason
A specific reason for this exception, as provided by this library.
public FailureHint.Reason Reason { get; }
Property Value
Methods
FromDisconnectionInfo(DisconnectionInfo)
Creates exception from a Websocket.Client.DisconnectionInfo instance.
public static RealtimeException FromDisconnectionInfo(DisconnectionInfo info)
Parameters
info
DisconnectionInfo