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
ForceAuthException(string, string, HttpStatusCode)
public ForceAuthException(string errorCode, string message, HttpStatusCode httpStatusCode)
Parameters
errorCodestringmessagestringhttpStatusCodeHttpStatusCode
Properties
ErrorCode
public string ErrorCode { get; }
Property Value
HttpStatusCode
public HttpStatusCode HttpStatusCode { get; }