ScriptInterruptedException(String, Exception) Constructor |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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 String
- The error message.
- innerException Exception
- The exception that caused the current exception to be thrown.
See Also