ClientNotificationHttpClient.TranslatedExceptions Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides VssHttpClientBase.TranslatedExceptions.

Namespace:  Microsoft.VisualStudio.Services.ClientNotification.Client
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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

See Also

Reference

ClientNotificationHttpClient Class

Microsoft.VisualStudio.Services.ClientNotification.Client Namespace