Class InvalidBlockException
Serves as the base class for exceptions related Blocks' integrity and validity.
Inheritance
System.Object
InvalidBlockException
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public abstract class InvalidBlockException : Exception
Constructors
| Improve this Doc View SourceInvalidBlockException(SerializationInfo, StreamingContext)
Serves as the base class for exceptions related Blocks' integrity and validity.
Declaration
protected InvalidBlockException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
InvalidBlockException(String)
Serves as the base class for exceptions related Blocks' integrity and validity.
Declaration
protected InvalidBlockException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |