Constructors: NewXmlSyntaxException

NewXmlSyntaxException

Creates a new XmlSyntaxException object.



 Public Function NewXmlSyntaxException(
	  Optional ByVal LineNumber As Variant,
	  Optional ByVal Message As Variant,
	  Optional ByVal InnerException As Exception ) As XmlSyntaxException

Parameters

LineNumber
[ByVal] Optional. Variant. The number in the Xml string the exception occurred.
Message
[ByVal] Optional. Variant. The exception message.
InnerException
[ByVal] Optional. Exception. The exception that caused this exception to occur.

Return Values

XmlSyntaxException -  A new XmlSyntaxException object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewWinResourceReader XmlSyntaxException