Table of Contents

Class ValidationException

Namespace
RandomizerCore.Exceptions
Assembly
RandomizerCore.dll

Exception raised during the validation stage of the randomizer.

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

Constructors

ValidationException()

public ValidationException()

ValidationException(string)

public ValidationException(string message)

Parameters

message string

ValidationException(string, Exception)

public ValidationException(string message, Exception inner)

Parameters

message string
inner Exception