Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
彼らは両方とも同じことをしますか?
それとも挙動に違いはありますか?
SuppressAccessDeniedRedirectInScopeを実装するクラスですIDisposable。コンストラクターは、元の値を格納し、CatchAccessDeniedExceptionその値を に設定してfalse、using スコープ内での自動リダイレクトを抑制します。メソッドはのDispose元の値を復元しますCatchAccessDeniedException。
SuppressAccessDeniedRedirectInScope
IDisposable
CatchAccessDeniedException
false
Dispose