Class NotEnoughClearedStageLevelException
[Serializable]
public class NotEnoughClearedStageLevelException : Exception, ISerializable
- Inheritance
-
NotEnoughClearedStageLevelException
- Implements
- Inherited Members
Constructors
NotEnoughClearedStageLevelException(SerializationInfo, StreamingContext)
public NotEnoughClearedStageLevelException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
NotEnoughClearedStageLevelException(string)
public NotEnoughClearedStageLevelException(string message)
Parameters
messagestring
NotEnoughClearedStageLevelException(string, int, int)
public NotEnoughClearedStageLevelException(string addressesHex, int require, int current)
Parameters
NotEnoughClearedStageLevelException(string, string, int, int)
public NotEnoughClearedStageLevelException(string actionType, string addressesHex, int require, int current)