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