Class RoomLockedException
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
channelNamestring
Properties
ChannelName
public string ChannelName { get; }