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