Share via


FaultEvent.AddErrorInformation(String) Method

Definition

Each Watson cab includes a text file (ErrrorInformation.txt) with basic information such as Error.ToString, telemetry properties, etc. Call this to add information to the file This does the work of creating a unique temp file name per instance and adding standard information NOTE: Calling this will result in the ErrorInformation.txt being marked for PII, and therefore block the CAB upload unless the users' telemetry settings are Full.

public:
 virtual void AddErrorInformation(System::String ^ information);
public void AddErrorInformation (string information);
abstract member AddErrorInformation : string -> unit
override this.AddErrorInformation : string -> unit
Public Sub AddErrorInformation (information As String)

Parameters

information
String

Implements

Applies to