Class InvalidCredentialException
An Exception that is thrown when a provided credential is invalid
when signing an encoded Message.
Inheritance
InvalidCredentialException
Assembly: Libplanet.Net.dll
Syntax
[Serializable]
public class InvalidCredentialException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
InvalidCredentialException(SerializationInfo, StreamingContext)
An Exception that is thrown when a provided credential is invalid
when signing an encoded Message.
Declaration
protected InvalidCredentialException(SerializationInfo info, StreamingContext context)
Parameters
Properties
|
Improve this Doc
View Source
Actual
An Exception that is thrown when a provided credential is invalid
when signing an encoded Message.
Declaration
public PublicKey Actual { get; }
Property Value
|
Improve this Doc
View Source
Expected
An Exception that is thrown when a provided credential is invalid
when signing an encoded Message.
Declaration
public PublicKey Expected { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
An Exception that is thrown when a provided credential is invalid
when signing an encoded Message.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements