Class PuzzleSavingFailedException
- Namespace
- NonoSharp.Exceptions
- Assembly
- NonoSharp.dll
Thrown when a puzzle could not be saved to a file.
public class PuzzleSavingFailedException : Exception, ISerializable
- Inheritance
-
PuzzleSavingFailedException
- Implements
- Inherited Members
Constructors
PuzzleSavingFailedException()
Creates a new PuzzleSavingFailedException
public PuzzleSavingFailedException()
PuzzleSavingFailedException(string?)
Creates a new PuzzleSavingFailedException with an error message message.
public PuzzleSavingFailedException(string? message)
Parameters
messagestringError message to add
PuzzleSavingFailedException(string?, Exception?)
Creates a new PuzzleSavingFailedException together with an error message message and an
inner exception innerException.
public PuzzleSavingFailedException(string? message, Exception? innerException)