HttpParseException.ParserErrors 속성

정의

현재 예외에 대한 파서 오류를 가져옵니다.

public:
 property System::Web::ParserErrorCollection ^ ParserErrors { System::Web::ParserErrorCollection ^ get(); };
public System.Web.ParserErrorCollection ParserErrors { get; }
member this.ParserErrors : System.Web.ParserErrorCollection
Public ReadOnly Property ParserErrors As ParserErrorCollection

속성 값

ParserErrorCollection

현재 예외에 대한 파서 오류의 컬렉션입니다.

적용 대상