Show / Hide Table of Contents

Class InvalidCiphertextException

Inheritance
Object
Exception
InvalidCiphertextException
Implements
ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
Exception.ToString()
System.Exception.Data
Exception.HelpLink
System.Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
System.Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
System.Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
[Serializable]
public class InvalidCiphertextException : Exception, ISerializable

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
System.Runtime.Serialization.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

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium