Class InvalidCiphertextException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.HResult
System.Exception.StackTrace
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
[Serializable]
public class InvalidCiphertextException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidCiphertextException()
Declaration
public InvalidCiphertextException()
InvalidCiphertextException(SerializationInfo, StreamingContext)
Declaration
protected InvalidCiphertextException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
InvalidCiphertextException(String, Exception)
Declaration
public InvalidCiphertextException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |
InvalidCiphertextException(String)
Declaration
public InvalidCiphertextException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
Implements
System.Runtime.Serialization.ISerializable