This documentation is archived and is not being maintained.

SqlErrorExtensions Class

Visual Studio 2013

System::Object
  Microsoft.TeamFoundation.Framework.Server::SqlErrorExtensions

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

[ExtensionAttribute]
public ref class SqlErrorExtensions abstract sealed

The SqlErrorExtensions type exposes the following members.

  NameDescription
Public methodStatic memberExtractEnumName
Public methodStatic memberExtractIntParses a SqlError message and extracts the field identified by the key.
Public methodStatic memberExtractIntsParses a SqlError message and extracts the field identified by the key.
Public methodStatic memberExtractStringParses a SqlError message and extracts the field identified by the key.
Public methodStatic memberExtractStringsParses a SqlError message and extracts the field identified by the key.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: