CommonEventSource.Warning Method

Definition

Overloads

Warning(String, String)
Warning(String, Exception, String)
Warning(String, String, String)

Warning(String, String)

[System.Diagnostics.Tracing.NonEvent]
public void Warning (string message, string scope);
[<System.Diagnostics.Tracing.NonEvent>]
member this.Warning : string * string -> unit
Public Sub Warning (message As String, scope As String)

Parameters

message
String
scope
String
Attributes

Applies to

Warning(String, Exception, String)

[System.Diagnostics.Tracing.NonEvent]
public void Warning (string message, Exception exception, string scope);
[<System.Diagnostics.Tracing.NonEvent>]
member this.Warning : string * Exception * string -> unit
Public Sub Warning (message As String, exception As Exception, scope As String)

Parameters

message
String
exception
Exception
scope
String
Attributes

Applies to

Warning(String, String, String)

[System.Diagnostics.Tracing.Event(3, Level=System.Diagnostics.Tracing.EventLevel.Warning)]
public void Warning (string message, string exception, string scope);
[<System.Diagnostics.Tracing.Event(3, Level=System.Diagnostics.Tracing.EventLevel.Warning)>]
member this.Warning : string * string * string -> unit
Public Sub Warning (message As String, exception As String, scope As String)

Parameters

message
String
exception
String
scope
String
Attributes

Applies to