DatabasePartitionComponent.TranslatedExceptions Property
This member overrides FrameworkSqlResourceComponent.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.