Table of Contents

Class PuzzleNotSolvableException

Namespace
NonoSharp.Exceptions
Assembly
NonoSharp.dll

Raised when a built puzzle is not solvable but a playable instance was requested.

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

Constructors

PuzzleNotSolvableException()

Creates a new PuzzleNotSolvableException

public PuzzleNotSolvableException()

PuzzleNotSolvableException(string?)

Creates a new PuzzleNotSolvableException with an error message message.

public PuzzleNotSolvableException(string? message)

Parameters

message string

Error message to add

PuzzleNotSolvableException(string?, Exception?)

Creates a new PuzzleNotSolvableException together with an error message message and an inner exception innerException.

public PuzzleNotSolvableException(string? message, Exception? innerException)

Parameters

message string

Error message to add

innerException Exception

Inner exception to add