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
serializationInfo
SerializationInfostreamingContext
StreamingContext
Ctap2DataException(string)
Initializes a new instance of the Ctap2DataException class.
public Ctap2DataException(string message)
Parameters
message
stringThe message that describes the error.
Ctap2DataException(string, Exception)
Initializes a new instance of the Ctap2DataException class.
public Ctap2DataException(string message, Exception innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe 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