ScriptInterruptedException Constructor (String) |
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntaxpublic ScriptInterruptedException(
string message
)
Public Sub New (
message As String
)
public:
ScriptInterruptedException(
String^ message
)
new :
message : string -> ScriptInterruptedException
Parameters
- message
- Type: SystemString
The error message.
See Also