ScriptInterruptedException(SerializationInfo, StreamingContext) Constructor |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax protected ScriptInterruptedException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ScriptInterruptedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ScriptInterruptedException
Parameters
- info SerializationInfo
- The object that holds the serialized data.
- context StreamingContext
- The contextual information about the source or destination.
See Also