This documentation is archived and is not being maintained.

TeamFoundationServiceUnavailableException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified serialization data.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

protected:
TeamFoundationServiceUnavailableException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The object that contains the serialization data.

context
Type: System.Runtime.Serialization::StreamingContext

The context information about the source or destination of the serialization data.

Show: