FaultEvent.SetAppName(String) Method

Definition

Set the bucket parameter attributed to the fault's reported app name as processed in Watson and elsewhere. This is automatically set in most instances. You should only change the reported app name in very special circumstances where the app reporting telemetry isn't also the app experiencing the fault.

public:
 void SetAppName(System::String ^ appName);
public void SetAppName (string appName);
member this.SetAppName : string -> unit
Public Sub SetAppName (appName As String)

Parameters

appName
String

The name of the app

Applies to