Class APIExceptionExtensions
Inheritance
APIExceptionExtensions
Assembly: Estrelica.Archer.Utility.dll
Syntax
public static class APIExceptionExtensions
Methods
Declaration
public static bool IsDisconnectException(this Exception ex)
Parameters
Returns
Declaration
public static bool IsInternalServerError(this Exception ex)
Parameters
Returns
Declaration
public static bool IsTimeoutException(this Exception ex)
Parameters
Returns
Declaration
public static bool IsTokenException(this Exception ex)
Parameters
Returns