Class InvalidCiphertextException
Inheritance
System.Object
InvalidCiphertextException
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
public class InvalidCiphertextException : Exception
Constructors
| Improve this Doc View SourceInvalidCiphertextException()
Declaration
public InvalidCiphertextException()
InvalidCiphertextException(String, Exception)
Declaration
public InvalidCiphertextException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |
InvalidCiphertextException(String)
Declaration
public InvalidCiphertextException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |