Table of Contents

Class ForceAuthException

Namespace
NetCoreForce.Client
Assembly
NetCoreForce.Client.dll
public class ForceAuthException : Exception, ISerializable
Inheritance
ForceAuthException
Implements
Inherited Members

Constructors

ForceAuthException(string, string)

public ForceAuthException(string errorCode, string message)

Parameters

errorCode string
message string

ForceAuthException(string, string, HttpStatusCode)

public ForceAuthException(string errorCode, string message, HttpStatusCode httpStatusCode)

Parameters

errorCode string
message string
httpStatusCode HttpStatusCode

Properties

ErrorCode

public string ErrorCode { get; }

Property Value

string

HttpStatusCode

public HttpStatusCode HttpStatusCode { get; }

Property Value

HttpStatusCode