HttpResourceComponent.TranslatedExceptions Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property TranslatedExceptions As IDictionary(Of String, Type)
protected virtual IDictionary<string, Type> TranslatedExceptions { get; }
protected:
virtual property IDictionary<String^, Type^>^ TranslatedExceptions {
    IDictionary<String^, Type^>^ get ();
}
abstract TranslatedExceptions : IDictionary<string, Type> with get 
override TranslatedExceptions : IDictionary<string, Type> with get
function get TranslatedExceptions () : IDictionary<String, Type>

Property Value

Type: System.Collections.Generic.IDictionary<String, Type>

.NET Framework Security

See Also

Reference

HttpResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace