Show / Hide Table of Contents

Class ApiException

The payroll API error

Inheritance
object
ApiException
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX