SqlErrorExtensions Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class SqlErrorExtensions
public static class SqlErrorExtensions
[ExtensionAttribute]
public ref class SqlErrorExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type SqlErrorExtensions =  class end
public final class SqlErrorExtensions

The SqlErrorExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member ExtractEnumName
Public methodStatic member ExtractInt Parses a SqlError message and extracts the field identified by the key.
Public methodStatic member ExtractInts Parses a SqlError message and extracts the field identified by the key.
Public methodStatic member ExtractString Parses a SqlError message and extracts the field identified by the key.
Public methodStatic member ExtractStrings Parses a SqlError message and extracts the field identified by the key.

Top

Thread Safety

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

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace