次の方法で共有


ExceptionSet クラス

定義

プログラム実行中に例外のセットを表示します。

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

プログラムの実行中に発生した例外の一覧を取得します。

適用対象