Write an exception to the trace output
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Error ( _
    keywords As String(), _
    exception As Exception _
)
public static void Error(
    string[] keywords,
    Exception exception
)
public:
static void Error(
    array<String^>^ keywords, 
    Exception^ exception
)
static member Error : 
        keywords:string[] * 
        exception:Exception -> unit
public static function Error(
    keywords : String[], 
    exception : Exception
)
Parameters
- keywords 
 Type: array<System.String[]- One or more keywords 
- exception 
 Type: System.Exception- The exception to write 
Remarks
Uses General keyword, level Error
.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.