Table of Contents

Class JEAuthException

Namespace: CmlLib.Core.Auth.Microsoft
Assembly: CmlLib.Core.Auth.Microsoft.dll

public class JEAuthException : Exception, ISerializable

Inheritance

objectExceptionJEAuthException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

JEAuthException(string?)

public JEAuthException(string? message)

Parameters

message string?

JEAuthException(string?, string?, string?, int)

public JEAuthException(string? error, string? errorType, string? errorMessage, int statusCode)

Parameters

error string?

errorType string?

errorMessage string?

statusCode int

JEAuthException(string?, Exception)

public JEAuthException(string? message, Exception ex)

Parameters

message string?

ex Exception

Properties

Error

public string? Error { get; }

Property Value

string?

ErrorMessage

public string? ErrorMessage { get; }

Property Value

string?

ErrorType

public string? ErrorType { get; }

Property Value

string?

StatusCode

public int StatusCode { get; }

Property Value

int

Methods

FromResponseBody(string, int)

public static JEAuthException FromResponseBody(string responseBody, int statusCode)

Parameters

responseBody string

statusCode int

Returns

JEAuthException