Table of Contents

Class RinkuInternalException

Namespace
Rinku
Assembly
Rinku.dll

An invariant inside the library did not hold. Reaching one of these is a bug in RinkuLib rather than a mistake in the calling code, see the RINKU9### band.

public class RinkuInternalException : RinkuException, ISerializable
Inheritance
RinkuInternalException
Implements
Inherited Members
Extension Methods

Constructors

RinkuInternalException(string, string, Exception?)

An invariant inside the library did not hold. Reaching one of these is a bug in RinkuLib rather than a mistake in the calling code, see the RINKU9### band.

public RinkuInternalException(string code, string message, Exception? innerException = null)

Parameters

code string
message string
innerException Exception