Class JEAuthException
Namespace: CmlLib.Core.Auth.Microsoft
Assembly: CmlLib.Core.Auth.Microsoft.dll
public class JEAuthException : Exception, ISerializable
Inheritance
object ← Exception ← JEAuthException
Implements
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
ErrorMessage
public string? ErrorMessage { get; }
Property Value
ErrorType
public string? ErrorType { get; }
Property Value
StatusCode
public int StatusCode { get; }
Property Value
Methods
FromResponseBody(string, int)
public static JEAuthException FromResponseBody(string responseBody, int statusCode)
Parameters
responseBody string
statusCode int