Ctap2DataException Constructor
Ctap2DataException()
Initializes a new instance of the Ctap2DataException class.
C#
public Ctap2DataException()
Ctap2DataException(String)
Initializes a new instance of the Ctap2DataException class.
C#
public Ctap2DataException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
Ctap2DataException(String, Exception)
Initializes a new instance of the Ctap2DataException class.
C#
public Ctap2DataException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | innerException | The exception that is the cause of the current exception. |
Ctap2DataException(SerializationInfo, StreamingContext)
C#
protected Ctap2DataException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | serializationInfo | |
System.Runtime.Serialization.StreamingContext | streamingContext |