SqlScriptResourceComponent.TranslatedExceptions Property

This member overrides TeamFoundationSqlResourceComponent.TranslatedExceptions.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property TranslatedExceptions As IDictionary(Of Integer, SqlExceptionFactory)
protected override IDictionary<int, SqlExceptionFactory> TranslatedExceptions { get; }
protected:
virtual property IDictionary<int, SqlExceptionFactory^>^ TranslatedExceptions {
    IDictionary<int, SqlExceptionFactory^>^ get () override;
}
abstract TranslatedExceptions : IDictionary<int, SqlExceptionFactory> with get 
override TranslatedExceptions : IDictionary<int, SqlExceptionFactory> with get
override function get TranslatedExceptions () : IDictionary<int, SqlExceptionFactory>

Property Value

Type: System.Collections.Generic.IDictionary<Int32, SqlExceptionFactory>

.NET Framework Security

See Also

Reference

SqlScriptResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace