IDebugExceptionEvent2.GetExceptionDescription(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.
public:
int GetExceptionDescription([Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
public int GetExceptionDescription(out string pbstrDescription);
abstract member GetExceptionDescription : string -> int
Public Function GetExceptionDescription (ByRef pbstrDescription As String) As Integer
Parameters
- pbstrDescription
- String