Table of Contents

Class MonsterCollectionExistingException

Namespace
Nekoyume.Action
Assembly
Lib9c.dll

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 SerializationInfo
context StreamingContext

MonsterCollectionExistingException(string)

public MonsterCollectionExistingException(string message)

Parameters

message string

MonsterCollectionExistingException(string, Exception)

public MonsterCollectionExistingException(string message, Exception innerException)

Parameters

message string
innerException Exception