ExceptionSet.Exceptions プロパティ

定義

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

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

プロパティ値

プログラム実行中に発生したエラーを表す一覧です。

適用対象