PasskeyException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PasskeyException(String) |
Constructs a new PasskeyException instance. |
| PasskeyException(String, Exception) |
Constructs a new PasskeyException instance. |
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