Show / Hide Table of Contents

Class InvalidCiphertextException

Inheritance
System.Object
InvalidCiphertextException
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
public class InvalidCiphertextException : Exception

Constructors

| Improve this Doc View Source

InvalidCiphertextException()

Declaration
public InvalidCiphertextException()
| Improve this Doc View Source

InvalidCiphertextException(SerializationInfo, StreamingContext)

Declaration
protected InvalidCiphertextException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

InvalidCiphertextException(String, Exception)

Declaration
public InvalidCiphertextException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
| Improve this Doc View Source

InvalidCiphertextException(String)

Declaration
public InvalidCiphertextException(string message)
Parameters
Type Name Description
System.String message
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium