Class BEAuthException
Namespace: CmlLib.Core.Bedrock.Auth
Assembly: CmlLib.Core.Bedrock.Auth.dll
public class BEAuthException : Exception, ISerializable
Inheritance
object ← Exception ← BEAuthException
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
BEAuthException(string?)
public BEAuthException(string? message)
Parameters
message string?
BEAuthException(string?, string?)
public BEAuthException(string? error, string? errorMessage)
Parameters
error string?
errorMessage string?
Methods
FromResponseBody(string, int)
public static BEAuthException FromResponseBody(string responseBody, int statusCode)
Parameters
responseBody string
statusCode int