Class MonsterCollectionExistingException
An exception thrown when there is unexpected monster collection.
[Serializable]
public class MonsterCollectionExistingException : Exception, ISerializable
- Inheritance
-
MonsterCollectionExistingException
- Implements
- Inherited Members
Constructors
MonsterCollectionExistingException()
public MonsterCollectionExistingException()
MonsterCollectionExistingException(SerializationInfo, StreamingContext)
protected MonsterCollectionExistingException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
MonsterCollectionExistingException(string)
public MonsterCollectionExistingException(string message)
Parameters
message
string
MonsterCollectionExistingException(string, Exception)
public MonsterCollectionExistingException(string message, Exception innerException)