Click or drag to resize

BackgroundCopyException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the BackgroundCopyException class.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
protected BackgroundCopyException(
	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
SerializationException The class name is a null reference or HResult is zero (0).
ArgumentNullExceptioninfo is a null reference.
See Also