Delegate XFactory.XmlExceptionDelegate
Delegate for handling XML exceptions during generation.
public delegate void XFactory.XmlExceptionDelegate(string relPath, Exception exception)
Parameters
relPath
stringThe relative path where the exception occurred
exception
ExceptionThe exception that was thrown
- Extension Methods