'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function FindExceptionToThrow( _ ByVal ex As System.Exception _ ) As System.Exception
'Usage
Dim ex As System.Exception Dim value As System.Exception value = ExceptionExtensions.FindExceptionToThrow(ex)
[System.Runtime.CompilerServices.Extension()] public static System.Exception FindExceptionToThrow( System.Exception ex )
Parameters
- ex
Return Value
exceptionToThrow