DkmExceptionDetails.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.
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.