DkmExceptionInformation.ImplementationException Property
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.
[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; }
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.