C# Class HCore.Web.Exceptions.RedirectApiException

Inheritance: HCore.Web.Exceptions.ApiException
Show file Open project: rh78/HCore

Public Methods

Method Description
GetErrorCode ( ) : string
GetStatusCode ( ) : int
RedirectApiException ( string location ) : Microsoft.AspNetCore.Http

Method Details

GetErrorCode() public method

public GetErrorCode ( ) : string
return string

GetStatusCode() public method

public GetStatusCode ( ) : int
return int

RedirectApiException() public method

public RedirectApiException ( string location ) : Microsoft.AspNetCore.Http
location string
return Microsoft.AspNetCore.Http