Class NotEnoughWeeklyArenaChallengeCountException
[Serializable]
public class NotEnoughWeeklyArenaChallengeCountException : Exception, ISerializable
- Inheritance
-
NotEnoughWeeklyArenaChallengeCountException
- Implements
- Inherited Members
Constructors
NotEnoughWeeklyArenaChallengeCountException()
public NotEnoughWeeklyArenaChallengeCountException()
NotEnoughWeeklyArenaChallengeCountException(SerializationInfo, StreamingContext)
public NotEnoughWeeklyArenaChallengeCountException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
NotEnoughWeeklyArenaChallengeCountException(string)
public NotEnoughWeeklyArenaChallengeCountException(string message)
Parameters
message
string
Fields
BaseMessage
public const string BaseMessage = "Aborted as the arena state reached the daily limit."