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, _
    tracelevel As TraceLevel, _
    area As String, _
    layer As String, _
    exception As Exception _
)
public static void TraceExceptionRaw(
    int tracepoint,
    TraceLevel tracelevel,
    string area,
    string layer,
    Exception exception
)
public:
static void TraceExceptionRaw(
    int tracepoint, 
    TraceLevel tracelevel, 
    String^ area, 
    String^ layer, 
    Exception^ exception
)
static member TraceExceptionRaw : 
        tracepoint:int * 
        tracelevel:TraceLevel * 
        area:string * 
        layer:string * 
        exception:Exception -> unit
public static function TraceExceptionRaw(
    tracepoint : int, 
    tracelevel : TraceLevel, 
    area : String, 
    layer : String, 
    exception : Exception
)
Parameters
- tracepoint
 Type: System.Int32
- tracelevel
 Type: System.Diagnostics.TraceLevel
- 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.