Show / Hide Table of Contents

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
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
string message

The error message that explains the reason for the exception.

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
SerializationInfo serializationInfo
StreamingContext streamingContext
In this article
Back to top Generated by DocFX