Tracer.DebugMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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