TFLogger.Warning Method (Exception)

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub Warning ( _
    exception As Exception _
)
public void Warning(
    Exception exception
)
public:
virtual void Warning(
    Exception^ exception
) sealed
abstract Warning : 
        exception:Exception -> unit  
override Warning : 
        exception:Exception -> unit
public final function Warning(
    exception : Exception
)

Parameters

Implements

ITFLogger.Warning(Exception)

.NET Framework Security

See Also

Reference

TFLogger Class

Warning Overload

Microsoft.TeamFoundation.Common Namespace