Generates dump for all the provided dump processors. Note, this will include a heap dump which
can consume time and potentially be of very large size

C# | Visual Basic | Visual C++ | J# |
IDumpResult GenerateDump( string cause )
Function GenerateDump ( _ cause As String _ ) As IDumpResult
IDumpResult^ GenerateDump( String^ cause )
IDumpResult GenerateDump( String cause )

- cause (String)
- The cause that this dump was generated

A dump result.