This documentation is archived and is not being maintained.

DeletionException Constructor (SerializationInfo, StreamingContext)

Initializes a new DeletionException instance.

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

protected:
DeletionException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

A message describing the exception.

context
Type: System.Runtime.Serialization::StreamingContext

The context of the exception.

Show: