Class InvalidTxPublicKeyException
The exception that is thrown when a Transaction<T>'s Signer is not derived from its PublicKey.
Implements
Inherited Members
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
[Serializable]
public class InvalidTxPublicKeyException : InvalidTxException, ISerializable
Constructors
| Improve this Doc View SourceInvalidTxPublicKeyException(TxId, String)
Creates a new InvalidTxPublicKeyException object.
Declaration
public InvalidTxPublicKeyException(TxId txid, string message)
Parameters
Type | Name | Description |
---|---|---|
TxId | txid | The invalid Transaction<T>'s Id. It is automatically included to the Message string. |
String | message | Specifies an Message. |