Class StakeExistingClaimableException
[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
infoSerializationInfocontextStreamingContext
StakeExistingClaimableException(string)
public StakeExistingClaimableException(string message)
Parameters
messagestring
StakeExistingClaimableException(string, Exception)
public StakeExistingClaimableException(string message, Exception innerException)