Table of Contents

Interface IErrorContext

Namespace
nadena.dev.ndmf

This interface allows multiple context objects to be passed to an error in a single argument. Passing an object implementing IErrorContext to ErrorReport methods will add all objects referenced in ContextReferences as context objects.

public interface IErrorContext

Properties

ContextReferences

IEnumerable<ObjectReference> ContextReferences { get; }

Property Value

IEnumerable<ObjectReference>