Table of Contents

Struct ErrorContext

Namespace
nadena.dev.ndmf

Holds a single error and information about where the error originated from.

public struct ErrorContext
Inherited Members

Fields

ExtensionContext

public Type ExtensionContext

Field Value

Type

PassName

public string PassName

Field Value

string

Plugin

public PluginBase Plugin

Field Value

PluginBase

TheError

public IError TheError

Field Value

IError