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