Class ImpossibleException

An exception that should never happen.

If it does, that indicates a bug in Cesil. Kindly report it on https://github.com/kevin-montrose/Cesil/issues/new.

Inheritance
System.Object
ImpossibleException
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class ImpossibleException : Exception

Methods

ToString()

Returns a representation of this ImpossibleException object.

Only for debugging, this value is not guaranteed to be stable.

Declaration
public override string ToString()
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX