Class BiometricLockoutException
Inheritance
System.Object
BiometricLockoutException
Assembly: Authgear.Xamarin.dll
Syntax
public class BiometricLockoutException : AuthgearException
Constructors
|
Improve this Doc
View Source
BiometricLockoutException()
Declaration
public BiometricLockoutException()
|
Improve this Doc
View Source
BiometricLockoutException(Exception)
Declaration
public BiometricLockoutException(Exception ex)
Parameters
Type |
Name |
Description |
Exception |
ex |
|
|
Improve this Doc
View Source
BiometricLockoutException(String)
Declaration
public BiometricLockoutException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
BiometricLockoutException(String, Exception)
Declaration
public BiometricLockoutException(string message, Exception ex)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
ex |
|