IFaultUtility.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 dump includes a text file (ErrrorInformation.txt) with basic information such as Error.ToString, telemtry properties, etc. Call this to add information to the file
public:
void AddErrorInformation(System::String ^ information);
public void AddErrorInformation (string information);
abstract member AddErrorInformation : string -> unit
Public Sub AddErrorInformation (information As String)
Parameters
- information
- String