XmlReadException Constructor |
Namespace: SD.LLBLGen.Pro.Core.ExceptionsAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax public XmlReadException(
string xmlWithError,
Exception originalException
)
Public Sub New (
xmlWithError As String,
originalException As Exception
)
Parameters
- xmlWithError
- Type: SystemString
The XML with error. - originalException
- Type: SystemException
The original exception.
See Also