Class InvalidBlockException
Serves as the base class for exceptions related Blocks' integrity and validity.
Inheritance
InvalidBlockException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.HResult
System.Exception.StackTrace
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public abstract class InvalidBlockException : Exception, ISerializable
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 |
---|---|---|
String | message |
Implements
System.Runtime.Serialization.ISerializable