Class InvalidTxSignatureException
The exception that is thrown when a Transaction<T>'s Signature is invalid.
Inherited Members
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
public class InvalidTxSignatureException : InvalidTxException
Constructors
| Improve this Doc View SourceInvalidTxSignatureException(String, TxId)
Creates a new InvalidTxSignatureException object.
Declaration
public InvalidTxSignatureException(string message, TxId txid)
Parameters
Type | Name | Description |
---|---|---|
String | message | Specifies an |
TxId | txid | The invalid Transaction<T>'s
Id. It is automatically included to
the |