ExceptionExtensions.FindInnerException<T>(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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