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