Table of Contents

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

string

HttpStatusCode

The http status code returned.

public int HttpStatusCode { get; }

Property Value

int

Timestamp

Timestamp of the error.

public DateTimeOffset Timestamp { get; }

Property Value

DateTimeOffset

Title

A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence

public string Title { get; }

Property Value

string

Uri

Uri that was called.

public Uri Uri { get; }

Property Value

Uri