Table of Contents

Class PuzzleLoadingFailedException

Namespace
NonoSharp.Exceptions
Assembly
NonoSharp.dll

Thrown when the puzzle could not be loaded from e.g. a file.

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

Constructors

PuzzleLoadingFailedException()

Creates a new PuzzleLoadingFailedException

public PuzzleLoadingFailedException()

PuzzleLoadingFailedException(string?)

Creates a new PuzzleLoadingFailedException with an error message message.

public PuzzleLoadingFailedException(string? message)

Parameters

message string

Error message to add

PuzzleLoadingFailedException(string?, Exception?)

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

public PuzzleLoadingFailedException(string? message, Exception? innerException)

Parameters

message string

Error message to add

innerException Exception

Inner exception to add