다음을 통해 공유


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

반환

적용 대상