共用方式為


Utils.TryFindException(Exception, Type, Exception) 方法

定義

public static bool TryFindException (Exception original, Type targetType, out Exception target);
static member TryFindException : Exception * Type * Exception -> bool
Public Function TryFindException (original As Exception, targetType As Type, ByRef target As Exception) As Boolean

參數

original
Exception
targetType
Type
target
Exception

傳回

適用於