Table of Contents

Delegate XFactory.XmlExceptionDelegate

Namespace
Hi.Common.XmlUtils
Assembly
HiGeom.dll

Delegate for handling XML exceptions during generation.

public delegate void XFactory.XmlExceptionDelegate(string relPath, Exception exception)

Parameters

relPath string

The relative path where the exception occurred

exception Exception

The exception that was thrown

Extension Methods