Class UserNotFoundException
- Namespace
- anybill.POS.Client.Exceptions
- Assembly
- anybill.POS.Client.Abstractions.dll
public class UserNotFoundException : Exception, ISerializable
- Inheritance
-
UserNotFoundException
- Implements
- Inherited Members
Properties
Detail
A human-readable explanation specific to this occurrence of the problem.
public string Detail { get; }
Property Value
HttpStatusCode
The http status code returned.
public int HttpStatusCode { get; }
Property Value
Timestamp
Timestamp of the error.
public DateTimeOffset Timestamp { get; }
Property Value
Title
A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence
public string Title { get; }
Property Value
Uri
Uri that was called.
public Uri Uri { get; }