Table of Contents

Class ChannelPasswordRequiredException

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

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

channelName string
message string

Properties

ChannelName

public string ChannelName { get; }

Property Value

string