Class InvalidTxSignatureException
The exception that is thrown when a Transaction's Signature is invalid.
Inherited Members
Namespace: Libplanet.Types.Tx
Assembly: Libplanet.Types.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 |
|---|---|---|
| System.String | message | Specifies an |
| TxId | txid | The invalid Transaction's
Id. It is automatically included to
the |