Show / Hide Table of Contents

Class InvalidCredentialException

An Exception that is thrown when a provided credential is invalid when signing an encoded Message.

Inheritance
Object
Exception
InvalidCredentialException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Net.Transports
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
Type Name Description
SerializationInfo info
StreamingContext context

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
Type Description
PublicKey
| 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
Type Description
PublicKey

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
Type Name Description
SerializationInfo info
StreamingContext context
Overrides
Exception.GetObjectData(SerializationInfo, StreamingContext)

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExtractableException.ExtractMetadata(Exception)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium