DkmExceptionDetails.GetExceptionObjectExpression Method

Definition

Gets the expression that represents the exception object. If no such object is available, this method returns null.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 System::String ^ GetExceptionObjectExpression();
public:
 Platform::String ^ GetExceptionObjectExpression();
std::wstring GetExceptionObjectExpression();
public string GetExceptionObjectExpression ();
public string? GetExceptionObjectExpression ();
member this.GetExceptionObjectExpression : unit -> string
Public Function GetExceptionObjectExpression () As String

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.

Applies to