This documentation is archived and is not being maintained.

CancelException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CancelException class with the specified serialization info and streaming context.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

protected:
CancelException(
	SerializationInfo^ serializationInfo, 
	StreamingContext streamingContext
)

Parameters

serializationInfo
Type: System.Runtime.Serialization::SerializationInfo

The serialization info.

streamingContext
Type: System.Runtime.Serialization::StreamingContext

The streaming context.

Show: