DkmExceptionInformation.GetDescription Method

Definition

Provides a string description for an exception. This is used when tracing the exception to the output window.

Location constraint: API must be called from a Monitor component (component level < 100,000).

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

Returns

[Out] String description of the exception.

Applies to