Interface IContextualizedError
Represents an Exception with a Context.
Inherited Members
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. |