Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.