Click or drag to resize
UpdateException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the UpdateException 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 UpdateException(
	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