Click or drag to resize
XmlReadException Constructor
Initializes a new instance of the XmlReadException class.

Namespace:  SD.LLBLGen.Pro.Core.Exceptions
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public XmlReadException(
	Exception originalException,
	XmlSourceInfo sourceInfo
)

Parameters

originalException
Type: SystemException
The original exception.
sourceInfo
Type: SD.LLBLGen.Pro.Core.XmlXmlSourceInfo
The source information.
See Also