Table of Contents

Class StakeExistingClaimableException

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

Constructors

StakeExistingClaimableException()

public StakeExistingClaimableException()

StakeExistingClaimableException(SerializationInfo, StreamingContext)

protected StakeExistingClaimableException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

StakeExistingClaimableException(string)

public StakeExistingClaimableException(string message)

Parameters

message string

StakeExistingClaimableException(string, Exception)

public StakeExistingClaimableException(string message, Exception innerException)

Parameters

message string
innerException Exception