次の方法で共有


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

戻り値

適用対象