Skip to main content

AuthenticationException

Assembly: ServiceStack.Client.dll
View Source
Declaration
public class AuthenticationException : Exception, ISerializable, _Exception, IHasStatusCode

Properties

StatusCode

View Source
Declaration
public int StatusCode { get; }

Implements