Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This member overrides VssHttpClientBase.TranslatedExceptions.
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property TranslatedExceptions As IDictionary(Of String, Type)
protected override IDictionary<string, Type> TranslatedExceptions { get; }
protected:
virtual property IDictionary<String^, Type^>^ TranslatedExceptions {
IDictionary<String^, Type^>^ get () override;
}
abstract TranslatedExceptions : IDictionary<string, Type> with get
override TranslatedExceptions : IDictionary<string, Type> with get
override function get TranslatedExceptions () : IDictionary<String, Type>
Property Value
Type: System.Collections.Generic.IDictionary<String, Type>
.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.