This documentation is archived and is not being maintained.

TeamFoundationServerException::Data Property

Gets the data associated with this exception, if any.

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

public:
virtual property IDictionary^ Data {
	IDictionary^ get () override;
}

Property Value

Type: System.Collections::IDictionary
The data associated with this exception, if any.

Show: