System::Runtime::InteropServices::Details_ExternalException Class Reference

Inherits System::Details_ExceptionWithErrorCode< Details_SystemException >.

Additional Inherited Members

- Public Member Functions inherited from System::Details_ExceptionWithErrorCode< Details_SystemException >
virtual int32_t get_ErrorCode () const
 Gets the HRESULT of the error. More...
 
virtual String get_Message () const override
 

Detailed Description

The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions. Never create instances of this class manually. Use the ExternalException class instead. Never wrap the ExternalException class instances into System::SmartPtr.