HelpNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when there is no help found for a topic.
public ref class HelpNotFoundException : SystemException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class HelpNotFoundException : SystemException, System.Management.Automation.IContainsErrorRecord
public class HelpNotFoundException : SystemException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type HelpNotFoundException = class
inherit SystemException
interface IContainsErrorRecord
type HelpNotFoundException = class
inherit SystemException
interface IContainsErrorRecord
Public Class HelpNotFoundException
Inherits SystemException
Implements IContainsErrorRecord
- Inheritance
-
HelpNotFoundException
- Attributes
- Implements
Constructors
HelpNotFoundException() |
Initializes a new instance of the HelpNotFoundException class. |
HelpNotFoundException(SerializationInfo, StreamingContext) |
Obsolete.
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. |
HelpNotFoundException(String) |
Initializes a new instance of the HelpNotFoundException class with the give help topic. |
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. |