Click or drag to resize

ScriptEngineException Constructor (SerializationInfo, StreamingContext)

Initializes a new ScriptEngineException with serialized data.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
protected ScriptEngineException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
See Also