Search Results for

    Show / Hide Table of Contents

    Class ResourceNotFoundException

    Inheritance
    object
    Exception
    BackendException
    ResourceNotFoundException
    ModelNotFoundException
    VoiceNotFoundException
    Implements
    ISerializable
    Inherited Members
    BackendException.Type
    BackendException.ServiceName
    BackendException.IsRetryable
    BackendException.Error
    BackendException.Raw
    BackendException.StatusCode
    BackendException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    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 ResourceNotFoundException : BackendException, ISerializable

    Constructors

    | Edit this page View Source

    ResourceNotFoundException(Enum, string, int)

    Declaration
    public ResourceNotFoundException(Enum serviceEnum, string message, int statusCode = 404)
    Parameters
    Type Name Description
    Enum serviceEnum
    string message
    int statusCode
    | Edit this page View Source

    ResourceNotFoundException(Enum, string, string, int)

    Declaration
    public ResourceNotFoundException(Enum serviceEnum, string resourceType, string resourceId, int statusCode = 404)
    Parameters
    Type Name Description
    Enum serviceEnum
    string resourceType
    string resourceId
    int statusCode
    | Edit this page View Source

    ResourceNotFoundException(string, string, int)

    Declaration
    public ResourceNotFoundException(string serviceName, string message, int statusCode = 404)
    Parameters
    Type Name Description
    string serviceName
    string message
    int statusCode
    | Edit this page View Source

    ResourceNotFoundException(string, string, string, int)

    Declaration
    public ResourceNotFoundException(string serviceName, string resourceType, string resourceId, int statusCode = 404)
    Parameters
    Type Name Description
    string serviceName
    string resourceType
    string resourceId
    int statusCode

    Properties

    | Edit this page View Source

    ResourceId

    Declaration
    public string ResourceId { get; }
    Property Value
    Type Description
    string

    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