IDkmExceptionDetailsProvider.GetExceptionObjectExpression 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.
Gets the expression that represents the exception object. If no such object is available, this method returns null.
public:
System::String ^ GetExceptionObjectExpression(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public string GetExceptionObjectExpression (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
public string? GetExceptionObjectExpression (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetExceptionObjectExpression : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> string
Public Function GetExceptionObjectExpression (exceptionDetails As DkmExceptionDetails) As String
Parameters
- exceptionDetails
- DkmExceptionDetails
[In] Contains details about an exception or inner exception object.
Returns
[Out,Optional] Expression for exception object.
Exceptions
E_NODATA indicates that there is no EE expression to evaluate to get details for the exception.