PromptCanceledException Constructor (String) TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the PromptCanceledException class.

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public PromptCanceledException(
	string message
)

Parameters

message
Type: System String
The error message that explains the reason for the exception.
See Also