Method Warning
Warning(SAXParseException)
Receive notification of a parser warning.
The default implementation does nothing. Application writers may override this method in a subclass to take specific actions for each warning, such as inserting the message in a log file or printing it to the console.
Declaration
public virtual void Warning(SAXParseException e)
Parameters
Type | Name | Description |
---|---|---|
SAXParseException | e | The warning information encoded as an exception. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | Any SAX exception, possibly wrapping another exception. |