Table of Contents

Class StageNotClearedException

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

Constructors

StageNotClearedException()

public StageNotClearedException()

StageNotClearedException(SerializationInfo, StreamingContext)

protected StageNotClearedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

StageNotClearedException(string)

public StageNotClearedException(string message)

Parameters

message string

StageNotClearedException(string, Exception)

public StageNotClearedException(string message, Exception innerException)

Parameters

message string
innerException Exception

StageNotClearedException(string, string, int, int)

public StageNotClearedException(string actionType, string addressesHex, int requiredToClearedStage, int currentClearedStage)

Parameters

actionType string
addressesHex string
requiredToClearedStage int
currentClearedStage int