Show / Hide Table of Contents

Ctap2DataException Class

Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dll

Exception that represents invalid or missing data passed to a CTAP2 command.

C#
[Serializable]
public class Ctap2DataException : Fido2Exception
Inheritance object Exception Fido2Exception Ctap2DataException

Constructors

Name Description
Ctap2DataException()

Initializes a new instance of the Ctap2DataException class.

Ctap2DataException(SerializationInfo, StreamingContext)
Ctap2DataException(string)

Initializes a new instance of the Ctap2DataException class.

Ctap2DataException(string, Exception)

Initializes a new instance of the Ctap2DataException class.

Properties

Name Description
PropertyName

The name of the property that contained invalid data.

In this article
Back to top Generated by DocFX