ASN1C C# Runtime Library
7.6
|
Public Member Functions | |
void | Error (System.Xml.XmlException exception) |
void | FatalError (System.Xml.XmlException exception) |
void | Warning (System.Xml.XmlException exception) |
This interface will manage errors during the parsing of a XML document.
void Error | ( | System.Xml.XmlException | exception | ) |
This method manage an error exception ocurred during the parsing process.
exception | The exception thrown by the parser. |
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.
void FatalError | ( | System.Xml.XmlException | exception | ) |
This method manage a fatal error exception ocurred during the parsing process.
exception | The exception thrown by the parser. |
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.
Referenced by XmlSaxParser.Parse().
void Warning | ( | System.Xml.XmlException | exception | ) |
This method manage a warning exception ocurred during the parsing process.
exception | The exception thrown by the parser. |
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.