ExceptionSet クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プログラム実行中に例外のセットを表示します。
public ref class ExceptionSet : Exception
public class ExceptionSet : Exception
type ExceptionSet = class
inherit Exception
Public Class ExceptionSet
Inherits Exception
- 継承
-
ExceptionSet
コンストラクター
ExceptionSet() |
ExceptionSet クラスの新しいインスタンスを既定のプロパティ値で初期化します。 |
ExceptionSet(IEnumerable<Exception>) |
指定された例外を使用して、ExceptionSet クラスの新しいインスタンスを初期化します。 |
プロパティ
Exceptions |
プログラムの実行中に発生した例外の一覧を取得します。 |