Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Sub Error ( _
    exception As Exception _
)
void Error(
    Exception exception
)
void Error(
    Exception^ exception
)
abstract Error : 
        exception:Exception -> unit
function Error(
    exception : Exception
)
Parameters
- exception
 Type: System.Exception
.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.