Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
override Data : IDictionary
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.