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