다음을 통해 공유


TeamFoundationSqlResourceComponent.TranslatedExceptions Property

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

Syntax

‘선언
Protected Overridable ReadOnly Property TranslatedExceptions As IDictionary(Of Integer, SqlExceptionFactory)
    Get
protected virtual IDictionary<int, SqlExceptionFactory> TranslatedExceptions { get; }
protected:
virtual property IDictionary<int, SqlExceptionFactory^>^ TranslatedExceptions {
    IDictionary<int, SqlExceptionFactory^>^ get ();
}
abstract TranslatedExceptions : IDictionary<int, SqlExceptionFactory>
override TranslatedExceptions : IDictionary<int, SqlExceptionFactory>
function get TranslatedExceptions () : IDictionary<int, SqlExceptionFactory>

Property Value

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

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace