Click or drag to resize
InstanceShutdownException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the InstanceShutdownException class with serialized data.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
protected InstanceShutdownException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
SerializationExceptionThe class name is null or HResult is zero (0).
ArgumentNullExceptionThe info parameter is null.
See Also