TeamFoundationServerException.Data Property

Gets the data associated with this exception, if any.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Data As IDictionary
public override IDictionary Data { get; }
public:
virtual property IDictionary^ Data {
    IDictionary^ get () override;
}
abstract Data : IDictionary with get 
override Data : IDictionary with get
override function get Data () : IDictionary

Property Value

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

.NET Framework Security

See Also

Reference

TeamFoundationServerException Class

Microsoft.TeamFoundation Namespace