Class InvalidBlockPublicKeyException
An exception thrown when a block's public key is invalid.
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public class InvalidBlockPublicKeyException : InvalidBlockException
Constructors
| Improve this Doc View SourceInvalidBlockPublicKeyException(String, PublicKey)
Creates a new InvalidBlockPublicKeyException instance.
Declaration
public InvalidBlockPublicKeyException(string message, PublicKey invalidPublicKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | A message that describes the error. |
PublicKey | invalidPublicKey | The invalid public key tried to be used in the block. |
Properties
| Improve this Doc View SourceInvalidPublicKey
The invalid public key tried to be used in the block.
Declaration
public PublicKey InvalidPublicKey { get; }
Property Value
Type | Description |
---|---|
PublicKey |