TeamFoundationSqlResourceComponent.TranslatedExceptions Property

Requests the set of [SqlExceptions] that can be translated to local exceptions by using a [SqlExceptionFactory].

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 Integer, SqlExceptionFactory)
protected virtual IDictionary<int, SqlExceptionFactory> TranslatedExceptions { get; }
protected:
virtual property IDictionary<int, SqlExceptionFactory^>^ TranslatedExceptions {
    IDictionary<int, SqlExceptionFactory^>^ get ();
}
abstract TranslatedExceptions : IDictionary<int, SqlExceptionFactory> with get 
override TranslatedExceptions : IDictionary<int, SqlExceptionFactory> with get
function get TranslatedExceptions () : IDictionary<int, SqlExceptionFactory>

Property Value

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

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace