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)

属性值

表示程序执行期间出现的错误的列表。

适用于