Class ApiException
The payroll API error
Inherited Members
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ApiException
Constructors
ApiException()
Declaration
public ApiException()
Properties
Message
The error message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StackTrace
The error stack trace
Declaration
public string StackTrace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StatusCode
The error status code
Declaration
public int StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int |