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
infoSerializationInfocontextStreamingContext
RequiredBlockIntervalException(string)
public RequiredBlockIntervalException(string msg)
Parameters
msgstring
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)