Table of Contents

Class RoomLockedException

Namespace
EchoHub.Client.Services
Assembly
EchoHub.Client.dll

Thrown when sending into an end-to-end encrypted channel whose room key isn't cached: without the key the message would leave the client as plaintext, which must never happen.

public sealed class RoomLockedException : Exception
Inheritance
RoomLockedException
Inherited Members

Constructors

RoomLockedException(string)

public RoomLockedException(string channelName)

Parameters

channelName string

Properties

ChannelName

public string ChannelName { get; }

Property Value

string