TriLib 2.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriLibCore.IContextualizedError Interface Reference

Represents an Exception with a Context. More...

Inheritance diagram for TriLibCore.IContextualizedError:
TriLibCore.Interfaces.IAssetLoaderContext TriLibCore.General.ContextualizedError< T >

Public Member Functions

object GetContext ()
 Gets the Context Object.
 
Exception GetInnerException ()
 Gets the Contextualized Error inner Exception.
 

Additional Inherited Members

- Properties inherited from TriLibCore.Interfaces.IAssetLoaderContext
AssetLoaderContext Context [get]
 Gets/Sets the Asset Loader Context reference. Asset Loader Context contains the Model loading data.
 

Detailed Description

Represents an Exception with a Context.

Member Function Documentation

◆ GetContext()

object TriLibCore.IContextualizedError.GetContext ( )

Gets the Context Object.

Returns
System.Object.

Implemented in TriLibCore.General.ContextualizedError< T >.

◆ GetInnerException()

Exception TriLibCore.IContextualizedError.GetInnerException ( )

Gets the Contextualized Error inner Exception.

Returns
Exception.

Implemented in TriLibCore.General.ContextualizedError< T >.