PromptException Class

Definition

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.

Applies to