Search Results for

    Show / Hide Table of Contents

    Class LocalClientException

    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    LocalClientException
    MissingAuthenticationException
    MissingClientSettingsException
    MissingDownloadHandlerException
    MissingRequestParameterException
    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.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public class LocalClientException : InvalidOperationException, ISerializable

    Constructors

    | Edit this page View Source

    LocalClientException(LocalClientErrorType, string, Exception)

    Declaration
    public LocalClientException(LocalClientErrorType type, string message = null, Exception inner = null)
    Parameters
    Type Name Description
    LocalClientErrorType type
    string message
    Exception inner
    | Edit this page View Source

    LocalClientException(Enum, LocalClientErrorType, string, Exception)

    Declaration
    public LocalClientException(Enum serviceEnum, LocalClientErrorType type, string message = null, Exception inner = null)
    Parameters
    Type Name Description
    Enum serviceEnum
    LocalClientErrorType type
    string message
    Exception inner
    | Edit this page View Source

    LocalClientException(string, LocalClientErrorType, string, Exception)

    Declaration
    public LocalClientException(string serviceName, LocalClientErrorType type, string message = null, Exception inner = null)
    Parameters
    Type Name Description
    string serviceName
    LocalClientErrorType type
    string message
    Exception inner

    Properties

    | Edit this page View Source

    ServiceName

    Declaration
    public string ServiceName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    public LocalClientErrorType Type { get; }
    Property Value
    Type Description
    LocalClientErrorType

    Implements

    ISerializable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToErrorEvent<T>(T)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ExceptionExtensions.ExtractDiagnosticMessage(Exception)
    ExceptionExtensions.ExtractServerError(Exception)
    ExceptionExtensions.GetFullMessage(Exception)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation