Class AuthenticationException
Throws if an authentication error occurs.
Inheritance
System.Object
System.Exception
AuthenticationException
Namespace: anybill.POS.Client.Exceptions
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AuthenticationException : Exception
Properties
Error
The error that occured.
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
System.String |
ErrorDescription
A description of the error that occured.
Declaration
public string ErrorDescription { get; }
Property Value
Type | Description |
---|---|
System.String |