HelpNotFoundException
Class
Definition
The exception that is thrown when there is no help found for a topic.
public class HelpNotFoundException : SystemException, System.Management.Automation.IContainsErrorRecord
- Inheritance
-
HelpNotFoundException
- Implements
Constructors
| HelpNotFoundException() |
Initializes a new instance of the HelpNotFoundException class. |
| HelpNotFoundException(String) |
Initializes a new instance of the HelpNotFoundException class with the give help topic. |
| HelpNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of the HelpNotFoundException class. |
| HelpNotFoundException(String, Exception) |
Initializes a new instance of the HelpNotFoundException class with the given help topic and associated exception. |
Properties
| ErrorRecord |
Gets ErrorRecord embedded in this exception. |
| HelpTopic |
Gets help topic for which help is not found. |
| Message |
Gets exception message for this exception. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the HelpNotFoundException object. |