DkmExceptionInformation.ImplementationException Property

Definition

[Optional] Information about the underlying exception used to implement a higher level exception. For example, CLR and C++ exceptions may be implemented on top of Win32 exceptions. So this may store the DkmWin32ExceptionInformation for CLR or C++ exceptions.

public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ ImplementationException { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ ImplementationException { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation ImplementationException { get; }
member this.ImplementationException : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation
Public ReadOnly Property ImplementationException As DkmExceptionInformation

Property Value

Returns DkmExceptionInformation.

Applies to