Table of Contents

Class MonsterCollectionExistingClaimableException

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[Serializable]
public class MonsterCollectionExistingClaimableException : Exception, ISerializable
Inheritance
MonsterCollectionExistingClaimableException
Implements
Inherited Members

Constructors

MonsterCollectionExistingClaimableException()

public MonsterCollectionExistingClaimableException()

MonsterCollectionExistingClaimableException(SerializationInfo, StreamingContext)

protected MonsterCollectionExistingClaimableException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

MonsterCollectionExistingClaimableException(string)

public MonsterCollectionExistingClaimableException(string message)

Parameters

message string

MonsterCollectionExistingClaimableException(string, Exception)

public MonsterCollectionExistingClaimableException(string message, Exception innerException)

Parameters

message string
innerException Exception