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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.