System::ComponentModel::Details_Win32Exception Class Reference

Inherits System::Details_ExceptionWithErrorCode< Details_SystemException >.

Public Member Functions

virtual ASPOSECPP_SHARED_API int32_t get_NativeErrorCode () const
 Gets the Win32 error code associated with this exception. More...
 
- 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

Throws an exception for a Win32 error code. Never create instances of this class manually. Use the Win32Exception class instead. Never wrap the Win32Exception class instances into System::SmartPtr.

Member Function Documentation

◆ get_NativeErrorCode()

virtual ASPOSECPP_SHARED_API int32_t System::ComponentModel::Details_Win32Exception::get_NativeErrorCode ( ) const
virtual

Gets the Win32 error code associated with this exception.