InvalidPuzzleException Class
Represents an error that occurred while parsing a puzzle.
Namespace: ProjectLCore.GameLogicAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
internal class InvalidPuzzleException : Exception
- Inheritance
- Object Exception InvalidPuzzleException
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.
|