xtd 0.2.0
Loading...
Searching...
No Matches

◆ inner_exception()

virtual exception_ref xtd::system_exception::inner_exception ( ) const
virtualnoexcept

Gets the exception instance that caused the current exception.

Returns
An instance of exception that describes the error that caused the current exception. The inner_exception property returns the same value as was passed into the constructor, or a null reference if the inner exception value was not supplied to the constructor.