CompilationFailedException Třída

Definice

ExceptionVyvolaná při přístupu k výsledku nezdařené kompilace.

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
Dědičnost
CompilationFailedException
Implementuje

Konstruktory

CompilationFailedException(IEnumerable<CompilationFailure>)

Vytvoří instanci nové instance CompilationFailedException .

Vlastnosti

CompilationFailures

Získá posloupnost CompilationFailure s chybami kompilace.

Platí pro