FaultEvent.AddErrorInformation(String) 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.
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