ASN1C C# Runtime Library  7.4
Public Member Functions | List of all members
XmlSaxErrorHandler Interface Reference
Inheritance diagram for XmlSaxErrorHandler:
XmlSaxDefaultHandler Asn1XerSaxHandler Asn1OpenType.SaxHandler Asn1XmlAnyElem.XsdAnySaxHandler Asn1XmlSaxSimpleType

Public Member Functions

void Error (System.Xml.XmlException exception)
 
void FatalError (System.Xml.XmlException exception)
 
void Warning (System.Xml.XmlException exception)
 

Detailed Description

This interface will manage errors during the parsing of a XML document.

Member Function Documentation

◆ Error()

void Error ( System.Xml.XmlException  exception)

This method manage an error exception ocurred during the parsing process.

Parameters
exceptionThe exception thrown by the parser.

Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.

◆ FatalError()

void FatalError ( System.Xml.XmlException  exception)

This method manage a fatal error exception ocurred during the parsing process.

Parameters
exceptionThe exception thrown by the parser.

Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.

Referenced by XmlSaxParser.Parse().

◆ Warning()

void Warning ( System.Xml.XmlException  exception)

This method manage a warning exception ocurred during the parsing process.

Parameters
exceptionThe exception thrown by the parser.

Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.