Table of Contents

Interface IEzrRuntimeError

Namespace
EzrSquared.Runtime.Types.Core.Errors
Assembly
ezrSquared-lib.dll

Base of all error types.

public interface IEzrRuntimeError : IEzrObject, IEzrError
Inherited Members

Properties

ErrorContext

The context where the error occurred.

Context ErrorContext { get; }

Property Value

Context