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