Class SectionNotFoundException
The exception that is thrown when the specified section does not exist in the collection.
Implements
Inherited Members
Namespace: SeztionParser
Assembly: SeztionParser.dll
Syntax
public class SectionNotFoundException : ArgumentException, ISerializable
Constructors
| Name | Description |
|---|---|
| SectionNotFoundException() | Initializes a new instance of the SectionNotFoundException class with a default message. |
| SectionNotFoundException(String) | Initializes a new instance of the SectionNotFoundException class with a specified error message. |
| SectionNotFoundException(String, String) | Initializes a new instance of the SectionNotFoundException class with a specified error message and the name of the parameter that causes this exception. |