InvalidPuzzleException Class

Represents an error that occurred while parsing a puzzle.

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
internal class InvalidPuzzleException : Exception
Inheritance
Object    Exception    InvalidPuzzleException

Constructors

InvalidPuzzleException Initializes a new instance of the InvalidPuzzleException class.

Properties

CurrentImage The image part that was parsed so far.
IsBlack if the puzzle color was not parsed. Otherwise if the puzzle is black, if it is white.
NumPuzzleLinesRead The number of image coding lines (starting with P) read so far.
PuzzleNumber if the puzzle number was not parsed. Otherwise the puzzle number.
Score if the score reward was not parsed. Otherwise the score reward.
Tetromino if the tetromino reward was not parsed. Otherwise the tetromino reward.

See Also