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