Click or drag to resize

ScriptEngineException(SerializationInfo, StreamingContext) Constructor

Initializes a new ScriptEngineException with serialized data.

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

Parameters

info  SerializationInfo
The object that holds the serialized data.
context  StreamingContext
The contextual information about the source or destination.
See Also