C# Class Softeq.XToolkit.Remote.Exceptions.ExpiredRefreshTokenException

Represents errors that occur when refreshing token.
Inheritance: Exception
Mostrar archivo Open project: Softeq/XToolkit.WhiteLabel

Public Methods

Method Description
ExpiredRefreshTokenException ( Exception innerException ) : System

Method Details

ExpiredRefreshTokenException() public method

public ExpiredRefreshTokenException ( Exception innerException ) : System
innerException Exception
return System