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