Share via


PromptException Class

Definition

Represents errors that occur during use of the User Prompt feature.

[System.Serializable]
public class PromptException : Exception
[<System.Serializable>]
type PromptException = class
    inherit Exception
Public Class PromptException
Inherits Exception
Inheritance
PromptException
Attributes

Constructors

PromptException()

Initializes a new instance of the PromptException class.

PromptException(String)

Initializes a new instance of the PromptException class.

PromptException(String, Exception)

Initializes a new instance of the PromptException class.

Applies to