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