Class NotEnoughClearedStageLevelException
[Serializable]
public class NotEnoughClearedStageLevelException : Exception, ISerializable
- Inheritance
-
NotEnoughClearedStageLevelException
- Implements
- Inherited Members
Constructors
NotEnoughClearedStageLevelException(SerializationInfo, StreamingContext)
public NotEnoughClearedStageLevelException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
NotEnoughClearedStageLevelException(string)
public NotEnoughClearedStageLevelException(string message)
Parameters
message
string
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)