ScriptInterruptedException(String) Constructor |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public ScriptInterruptedException(
string message
)
Public Sub New (
message As String
)
public:
ScriptInterruptedException(
String^ message
)
new :
message : string -> ScriptInterruptedException
Parameters
- message String
- The error message.
See Also