Table of Contents

Class NotEnoughClearedStageLevelException

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

Constructors

NotEnoughClearedStageLevelException(SerializationInfo, StreamingContext)

public NotEnoughClearedStageLevelException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

NotEnoughClearedStageLevelException(string)

public NotEnoughClearedStageLevelException(string message)

Parameters

message string

NotEnoughClearedStageLevelException(string, int, int)

public NotEnoughClearedStageLevelException(string addressesHex, int require, int current)

Parameters

addressesHex string
require int
current int

NotEnoughClearedStageLevelException(string, string, int, int)

public NotEnoughClearedStageLevelException(string actionType, string addressesHex, int require, int current)

Parameters

actionType string
addressesHex string
require int
current int