Class SAXNotRecognizedException
Exception class for an unrecognized identifier.
Implements
Inherited Members
Namespace: Sax
Assembly: Lucene.Net.Benchmark.dll
Syntax
[Serializable]
public class SAXNotRecognizedException : SAXException, ISerializable
Remarks
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. Seehttp://www.saxproject.org for further information.
An XMLReader will throw this exception when it finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.
Constructors
| Improve this Doc View SourceSAXNotRecognizedException()
Default constructor.
Declaration
public SAXNotRecognizedException()
SAXNotRecognizedException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
protected SAXNotRecognizedException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
| System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
SAXNotRecognizedException(String)
Construct a new exception with the given message.
Declaration
public SAXNotRecognizedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The text message of the exception. |