Table of Contents

Class PuzzleDeserializationFailedException

Namespace
NonoSharp.Exceptions
Assembly
NonoSharp.dll

Thrown when deserialization of a puzzle fails.

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

Constructors

PuzzleDeserializationFailedException()

Creates a new PuzzleDeserializationFailedException

public PuzzleDeserializationFailedException()

PuzzleDeserializationFailedException(string?)

Creates a new PuzzleDeserializationFailedException with an error message message.

public PuzzleDeserializationFailedException(string? message)

Parameters

message string

Error message to add

PuzzleDeserializationFailedException(string?, Exception?)

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

public PuzzleDeserializationFailedException(string? message, Exception? innerException)

Parameters

message string

Error message to add

innerException Exception

Inner exception to add