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)

속성 값

프로그램 실행 중에 발생한 오류를 나타내는 목록입니다.

적용 대상