Class InvalidCiphertextException
Inheritance
InvalidCiphertextException
Assembly: Libplanet.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
|
Improve this Doc
View Source
InvalidCiphertextException(String)
Declaration
public InvalidCiphertextException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
InvalidCiphertextException(String, Exception)
Declaration
public InvalidCiphertextException(string message, Exception innerException)
Parameters
Implements