ExceptionExtensions.DisablePrepareForRethrow(Exception) メソッド

定義

例外を再スローの対象外としてマークします。

public static Exception DisablePrepareForRethrow (this Exception exception);
static member DisablePrepareForRethrow : Exception -> Exception
<Extension()>
Public Function DisablePrepareForRethrow (exception As Exception) As Exception

パラメーター

exception
Exception

再スローの対象外としてマークされる例外。

戻り値

再スローの対象外としてマークされている例外。

適用対象