TriLib
Search Results for

    Show / Hide Table of Contents

    Interface IContextualizedError

    Represents an Exception with a Context.

    Inherited Members
    IAssetLoaderContext.Context
    Namespace: TriLibCore
    Assembly: TriLibCore.dll
    Syntax
    public interface IContextualizedError : IAssetLoaderContext

    Methods

    GetContext()

    Gets the Context Object.

    Declaration
    object GetContext()
    Returns
    Type Description
    object

    System.Object.

    GetInnerException()

    Gets the Contextualized Error inner Exception.

    Declaration
    Exception GetInnerException()
    Returns
    Type Description
    Exception

    Exception.

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX