Class RestPkiException
  
  
  
  
    Inheritance
    
    
    Lacuna.RestClient.RestException
    RestPkiException
   
  
    Inherited Members
    
      Lacuna.RestClient.RestException.Verb
    
    
      Lacuna.RestClient.RestException.Uri
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  
  Assembly: Lacuna.RestPki.Client.dll
  Syntax
  
    public class RestPkiException : RestException, ISerializable, _Exception
   
  Constructors
  
  
  
  
  RestPkiException(HttpMethod, Uri, ErrorCodes, String)
  
  
  Declaration
  
    [Obsolete("Use RestPkiException(HttpMethod, Uri, ErrorModel) instead")]
public RestPkiException(HttpMethod verb, Uri uri, ErrorCodes errorCode, string detail = null)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | HttpMethod | verb |  | 
      
        | Uri | uri |  | 
      
        | Lacuna.RestPki.Api.ErrorCodes | errorCode |  | 
      
        | String | detail |  | 
    
  
  
  
  
  RestPkiException(HttpMethod, Uri, ErrorModel)
  
  
  Declaration
  
    public RestPkiException(HttpMethod verb, Uri uri, ErrorModel errorModel)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | HttpMethod | verb |  | 
      
        | Uri | uri |  | 
      
        | Lacuna.RestPki.Api.ErrorModel | errorModel |  | 
    
  
  Properties
  
  
  
  
  Detail
  
  
  Declaration
  
    public string Detail { get; }
   
  Property Value
  
  
  
  
  ErrorCode
  
  
  Declaration
  
    public ErrorCodes ErrorCode { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | Lacuna.RestPki.Api.ErrorCodes |  | 
    
  
  
  
  
  ErrorCodeStr
  
  
  Declaration
  
    public string ErrorCodeStr { get; }
   
  Property Value