Class ChannelPasswordRequiredException
Thrown when joining a channel fails because a password is required or incorrect. The UI catches this to prompt the user and retry.
public sealed class ChannelPasswordRequiredException : Exception
- Inheritance
-
ChannelPasswordRequiredException
- Inherited Members
Constructors
ChannelPasswordRequiredException(string, string)
public ChannelPasswordRequiredException(string channelName, string message)
Parameters
Properties
ChannelName
public string ChannelName { get; }