DkmExceptionDetails.GetSource Method

Definition

Gets the source for this exception. If no source is available, this method returns null.

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

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

Returns

[Out,Optional] The source string or null if not available.

Exceptions

E_NODATA indicates that this exception does not have a source.

Applies to