Freigeben über


CompilationFailedException Klasse

Definition

Ein Exception , der ausgelöst wird, wenn auf das Ergebnis einer fehlgeschlagenen Kompilierung zugegriffen wird.

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
Vererbung
CompilationFailedException
Implementiert

Konstruktoren

CompilationFailedException(IEnumerable<CompilationFailure>)

Instanziiert eine neue Instanz von CompilationFailedException.

Eigenschaften

CompilationFailures

Ruft eine Sequenz von CompilationFailure mit Kompilierungsfehlern ab.

Gilt für: