Class ServerException
  
  
  
  
    Inheritance
    System.Object
    ServerException
   
  
  Assembly: Authgear.Xamarin.dll
  Syntax
  
    public class ServerException : Exception
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ServerException(String, String, String, Nullable<JsonDocument>)
  
  
  Declaration
  
    public ServerException(string name, string reason, string message, JsonDocument? info)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.String | reason |  | 
      
        | System.String | message |  | 
      
        | System.Nullable<JsonDocument> | info |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Info
  
  
  Declaration
  
    public JsonDocument? Info { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<JsonDocument> |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Name
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Reason
  
  
  Declaration
  
    public string Reason { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |