RazorError 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.
public ref class RazorError : IEquatable<Microsoft::AspNetCore::Razor::RazorError ^>
public class RazorError : IEquatable<Microsoft.AspNetCore.Razor.RazorError>
type RazorError = class
interface IEquatable<RazorError>
Public Class RazorError
Implements IEquatable(Of RazorError)
- Héritage
-
RazorError
- Implémente
Constructeurs
RazorError() |
Utilisé uniquement pour la désérialisation. |
RazorError(String, Int32, Int32, Int32, Int32) | |
RazorError(String, SourceLocation, Int32) |
Propriétés
Length |
Obtient ou définit la longueur du texte erroné. |
Location |
Obtient (ou définit) la position de début du texte erroné. |
Message |
Obtient (ou définit) le message décrivant l’erreur. |
Méthodes
Equals(Object) | |
Equals(RazorError) | |
GetHashCode() | |
ToString() |