ScriptInterruptedException Constructor (String, Exception) |
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic ScriptInterruptedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ScriptInterruptedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ScriptInterruptedException
Parameters
- message
- Type: SystemString
The error message. - innerException
- Type: SystemException
The exception that caused the current exception to be thrown.
See Also