CompilationFailedException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception levée lors de l’accès au résultat d’une compilation ayant échoué.
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
- Héritage
-
CompilationFailedException
- Implémente
Constructeurs
CompilationFailedException(IEnumerable<CompilationFailure>) |
Instancie une nouvelle instance de CompilationFailedException. |
Propriétés
CompilationFailures |
Obtient une séquence de avec échecs de CompilationFailure compilation. |