TeamFoundationTrace.Warning Method (String)
Writes a warning message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Warning ( _
info As String _
)
public static void Warning(
string info
)
public:
static void Warning(
String^ info
)
static member Warning :
info:string -> unit
public static function Warning(
info : String
)
Parameters
info
Type: System.StringThe message to write to the output.
Remarks
Uses the General category and Warning level.
.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.