ExceptionExtensions.FindInnerException<T>(Exception) Method

Definition

public static T FindInnerException<T> (this Exception exception) where T : class;
static member FindInnerException : Exception -> 'T (requires 'T : null)
<Extension()>
Public Function FindInnerException(Of T As Class) (exception As Exception) As T

Type Parameters

T

Parameters

exception
Exception

Returns

T

Applies to