DkmExceptionInformation.GetDescription 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.
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.