FaultEvent.AddFile(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.
add a file to the report sent back to Microsoft
public:
virtual void AddFile(System::String ^ fullPathFileName);
public void AddFile (string fullPathFileName);
abstract member AddFile : string -> unit
override this.AddFile : string -> unit
Public Sub AddFile (fullPathFileName As String)
Parameters
- fullPathFileName
- String