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.
Represents errors that occur during use of the User Prompt feature.
[System.Serializable]
public class PromptException : Exception[<System.Serializable>]
type PromptException = class
    inherit ExceptionPublic Class PromptException
Inherits Exception- Inheritance
- 
				PromptException
- Attributes
Constructors
| PromptException() | Initializes a new instance of the PromptException class. | 
| PromptException(String, Exception) | Initializes a new instance of the PromptException class. | 
| PromptException(String) | Initializes a new instance of the PromptException class. |