Class Ctap2DataException
Exception that represents invalid or missing data passed to a CTAP2 command.
[Serializable]
public class Ctap2DataException : Fido2Exception
- Inheritance
-
objectExceptionCtap2DataException
- Inherited Members
Constructors
Ctap2DataException()
Initializes a new instance of the Ctap2DataException class.
public Ctap2DataException()
Ctap2DataException(SerializationInfo, StreamingContext)
protected Ctap2DataException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
Ctap2DataException(string)
Initializes a new instance of the Ctap2DataException class.
public Ctap2DataException(string message)
Parameters
messagestringThe message that describes the error.
Ctap2DataException(string, Exception)
Initializes a new instance of the Ctap2DataException class.
public Ctap2DataException(string message, Exception innerException)
Parameters
messagestringThe error message that explains the reason for the exception.
innerExceptionExceptionThe exception that is the cause of the current exception.
Properties
PropertyName
The name of the property that contained invalid data.
public string? PropertyName { get; set; }
Property Value
- string