Share via


PasskeyException Constructors

Definition

Overloads

PasskeyException(String)

Constructs a new PasskeyException instance.

public PasskeyException(string message);
new Microsoft.AspNetCore.Identity.PasskeyException : string -> Microsoft.AspNetCore.Identity.PasskeyException
Public Sub New (message As String)

Parameters

message
String

Applies to

PasskeyException(String, Exception)

Constructs a new PasskeyException instance.

public PasskeyException(string message, Exception? innerException);
new Microsoft.AspNetCore.Identity.PasskeyException : string * Exception -> Microsoft.AspNetCore.Identity.PasskeyException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to