Table of Contents

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

message string
innerException Exception

Properties

Reason

A specific reason for this exception, as provided by this library.

public FailureHint.Reason Reason { get; }

Property Value

FailureHint.Reason

Methods

FromDisconnectionInfo(DisconnectionInfo)

Creates exception from a Websocket.Client.DisconnectionInfo instance.

public static RealtimeException FromDisconnectionInfo(DisconnectionInfo info)

Parameters

info DisconnectionInfo

Returns

RealtimeException