Table of Contents

Class PuzzleSerializationFailedException

Namespace
NonoSharp.Exceptions
Assembly
NonoSharp.dll

Thrown when serialization of a puzzle fails.

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

Constructors

PuzzleSerializationFailedException()

Creates a new PuzzleSerializationFailedException

public PuzzleSerializationFailedException()

PuzzleSerializationFailedException(string?)

Creates a new PuzzleSerializationFailedException with an error message message.

public PuzzleSerializationFailedException(string? message)

Parameters

message string

Error message to add

PuzzleSerializationFailedException(string?, Exception?)

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

public PuzzleSerializationFailedException(string? message, Exception? innerException)

Parameters

message string

Error message to add

innerException Exception

Inner exception to add