IExceptionConvertor.GetInnerExceptions(Exception) Method

Definition

Gets the list of inner exceptions.

public Exception[] GetInnerExceptions (Exception exception);
abstract member GetInnerExceptions : Exception -> Exception[]
Public Function GetInnerExceptions (exception As Exception) As Exception()

Parameters

exception
Exception

Exception for which inner exceptions are being retrieved.

Returns

List of inner exceptions.

Applies to