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
- 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.