ConfigurationErrorsException.Errors 속성

정의

ConfigurationErrorsException 예외가 throw된 이유를 설명하는 오류 컬렉션을 가져옵니다.

public:
 property System::Collections::ICollection ^ Errors { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Errors { get; }
member this.Errors : System.Collections.ICollection
Public ReadOnly Property Errors As ICollection

속성 값

ICollection 예외가 throw된 이유를 식별하는 오류가 포함된 ConfigurationErrorsException 개체입니다.

설명

속성은 Errors 구성 파일 읽기와 같이 작업 중에 발생할 수 있는 가능한 한 많은 오류를 수집합니다. throw된 예외는 첫 번째 오류만 표시합니다. 에 액세스 Errors 하여 발급된 모든 오류를 확인할 수 있습니다.

적용 대상