NewXmlSyntaxException
Creates a new XmlSyntaxException object.
Public Function NewXmlSyntaxException(
Optional ByRef LineNumber As Variant,
Optional ByRef Message As Variant,
Optional ByVal InnerException As Exception ) As XmlSyntaxException
Parameters
- LineNumber
-
[ByRef]
Optional.
Variant.
The number in the Xml string the exception occurred.
- Message
-
[ByRef]
Optional.
Variant.
The exception message.
- InnerException
-
[ByVal]
Optional.
Exception.
The exception that caused this exception to occur.
Return Values
XmlSyntaxException - A new XmlSyntaxException object.
See Also
Project CorLib Overview
Class Constructors Overview
XmlSyntaxException