다음을 통해 공유


CompilationFailedException 클래스

정의

Exception 실패한 컴파일 결과에 액세스할 때 throw된 입니다.

public ref class CompilationFailedException : Exception, Microsoft::AspNetCore::Diagnostics::ICompilationException
public class CompilationFailedException : Exception, Microsoft.AspNetCore.Diagnostics.ICompilationException
type CompilationFailedException = class
    inherit Exception
    interface ICompilationException
Public Class CompilationFailedException
Inherits Exception
Implements ICompilationException
상속
CompilationFailedException
구현

생성자

CompilationFailedException(IEnumerable<CompilationFailure>)

CompilationFailedException의 새 인스턴스를 인스턴스화합니다.

속성

CompilationFailures

컴파일 오류가 있는 의 CompilationFailure 시퀀스를 가져옵니다.

적용 대상