Table of Contents

Class NotSupportedCharException

Namespace
ConsoleAppVisuals.Errors
Assembly
ConsoleAppVisuals.dll

Exception thrown when a character is not supported by the TextStyler class.

public class NotSupportedCharException : Exception, ISerializable
Inheritance
NotSupportedCharException
Implements
Inherited Members

Remarks

For more information, consider visiting the documentation available here.

Constructors

NotSupportedCharException()

Exception thrown when a character is not supported by the TextStyler class.

public NotSupportedCharException()

NotSupportedCharException(string)

Exception thrown when a character is not supported by the TextStyler class.

public NotSupportedCharException(string message)

Parameters

message string

Message to be displayed.

NotSupportedCharException(string, Exception)

Exception thrown when a character is not supported by the TextStyler class.

public NotSupportedCharException(string message, Exception inner)

Parameters

message string

Message to be displayed.

inner Exception

Inner exception.