Compartir a través de


IExceptionConvertor.GetInnerExceptions(Exception) Método

Definición

Obtiene la lista de excepciones internas.

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

Parámetros

exception
Exception

Excepción para la que se recuperan las excepciones internas.

Devoluciones

Lista de excepciones internas.

Se aplica a