TeamFoundationTracingService.TraceExceptionRaw Method (Int32, String, String, Exception)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub TraceExceptionRaw ( _
tracepoint As Integer, _
area As String, _
layer As String, _
exception As Exception _
)
public static void TraceExceptionRaw(
int tracepoint,
string area,
string layer,
Exception exception
)
public:
static void TraceExceptionRaw(
int tracepoint,
String^ area,
String^ layer,
Exception^ exception
)
static member TraceExceptionRaw :
tracepoint:int *
area:string *
layer:string *
exception:Exception -> unit
public static function TraceExceptionRaw(
tracepoint : int,
area : String,
layer : String,
exception : Exception
)
Parameters
- tracepoint
Type: System.Int32
- area
Type: System.String
- layer
Type: System.String
- 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.