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 | |
---|---|---|
ExtractEnumName | ||
ExtractInt | Parses a SqlError message and extracts the field identified by the key. | |
ExtractInts | Parses a SqlError message and extracts the field identified by the key. | |
ExtractString | Parses a SqlError message and extracts the field identified by the key. | |
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.