Share via


RazorError Classe

Definizione

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)
Ereditarietà
RazorError
Implementazioni

Costruttori

RazorError()

Usato solo per la deserializzazione.

RazorError(String, Int32, Int32, Int32, Int32)
RazorError(String, SourceLocation, Int32)

Proprietà

Length

Ottiene o imposta la lunghezza del testo errato.

Location

Ottiene (o imposta) la posizione iniziale del testo errato.

Message

Ottiene (o imposta) il messaggio che descrive l'errore.

Metodi

Equals(Object)
Equals(RazorError)
GetHashCode()
ToString()

Si applica a