Tracer.DebugMessage Method

Definition

Overloads

DebugMessage(Exception)

DebugMessage

DebugMessage(String)

DebugMessage (EventId: 0xc000/49152)

DebugMessage(Exception)

DebugMessage

public:
 void DebugMessage(Exception ^ exception);
public void DebugMessage (Exception exception);
[System.Management.Automation.Tracing.EtwEvent(49152)]
public void DebugMessage (Exception exception);
member this.DebugMessage : Exception -> unit
[<System.Management.Automation.Tracing.EtwEvent(49152)>]
member this.DebugMessage : Exception -> unit
Public Sub DebugMessage (exception As Exception)

Parameters

exception
Exception
Attributes

Applies to

DebugMessage(String)

DebugMessage (EventId: 0xc000/49152)

public:
 void DebugMessage(System::String ^ message);
public:
 void DebugMessage(Platform::String ^ message);
void DebugMessage(std::wstring const & message);
public void DebugMessage (string message);
[System.Management.Automation.Tracing.EtwEvent(49152)]
public void DebugMessage (string message);
member this.DebugMessage : string -> unit
[<System.Management.Automation.Tracing.EtwEvent(49152)>]
member this.DebugMessage : string -> unit
Public Sub DebugMessage (message As String)

Parameters

message
String
Attributes

Applies to