Class RequiredBlockIntervalException
[Serializable]
public class RequiredBlockIntervalException : RequiredBlockIndexException, ISerializable
- Inheritance
-
RequiredBlockIntervalException
- Implements
- Inherited Members
Constructors
RequiredBlockIntervalException()
public RequiredBlockIntervalException()
RequiredBlockIntervalException(SerializationInfo, StreamingContext)
protected RequiredBlockIntervalException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
RequiredBlockIntervalException(string)
public RequiredBlockIntervalException(string msg)
Parameters
msg
string
RequiredBlockIntervalException(string, string, long)
public RequiredBlockIntervalException(string actionType, string addressesHex, long currentBlockIndex)
Parameters
RequiredBlockIntervalException(string, string, long, long)
public RequiredBlockIntervalException(string actionType, string addressesHex, long requiredBlockIndex, long currentBlockIndex)