PromptException 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 root of the exception hierarchy related to prompts.
[System.Serializable]
public abstract class PromptException : Exception
[<System.Serializable>]
type PromptException = class
inherit Exception
Public MustInherit Class PromptException
Inherits Exception
- Inheritance
-
PromptException
- Derived
- Attributes
Constructors
PromptException(SerializationInfo, StreamingContext) | |
PromptException(String) |
Initializes a new instance of the PromptException class with a specified error message. |