Ctap2DataException Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllException that represents invalid or missing data passed to a CTAP2 command.
C#
public class Ctap2DataException : Fido2Exception
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. |