Class InvalidCiphertextException
Implements
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.HResult
System.Exception.TargetSite
System.Object.GetHashCode()
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 |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| StreamingContext | context |
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 |