Class OutOfLocationsException
- Namespace
- RandomizerCore.Exceptions
- Assembly
- RandomizerCore.dll
Exception which indicates that an operation was performed without sufficient available locations.
public class OutOfLocationsException : Exception, ISerializable
- Inheritance
-
OutOfLocationsException
- Implements
- Inherited Members
Constructors
OutOfLocationsException()
public OutOfLocationsException()
OutOfLocationsException(string)
public OutOfLocationsException(string message)
Parameters
message
string
OutOfLocationsException(string, Exception)
public OutOfLocationsException(string message, Exception inner)