XmlUtilsFixUpXmlExceptionFromSource Method  | 
 
            Fixes up XML exception with real xml from the source represented by streamReader. It reads 10 lines max around the line number in the exception. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static void FixUpXmlExceptionFromSource(
	Exception ex,
	StreamReader streamReader
)
Public Shared Sub FixUpXmlExceptionFromSource ( 
	ex As Exception,
	streamReader As StreamReader
)
Parameters
- ex
 - Type: SystemException
The ex. - streamReader
 - Type: System.IOStreamReader
The stream reader. 
See Also