Condividi tramite


ErrorSink.OnError Metodo

Definizione

Overload

OnError(RazorError)

Tiene traccia dell'oggetto specificato error.

OnError(SourceLocation, String, Int32)

Crea e tiene traccia di un nuovo RazorErroroggetto .

OnError(RazorError)

Tiene traccia dell'oggetto specificato error.

public:
 void OnError(Microsoft::AspNetCore::Razor::RazorError ^ error);
public void OnError (Microsoft.AspNetCore.Razor.RazorError error);
member this.OnError : Microsoft.AspNetCore.Razor.RazorError -> unit
Public Sub OnError (error As RazorError)

Parametri

error
RazorError

Oggetto RazorError da tenere traccia.

Si applica a

OnError(SourceLocation, String, Int32)

Crea e tiene traccia di un nuovo RazorErroroggetto .

public:
 void OnError(Microsoft::AspNetCore::Razor::SourceLocation location, System::String ^ message, int length);
public void OnError (Microsoft.AspNetCore.Razor.SourceLocation location, string message, int length);
member this.OnError : Microsoft.AspNetCore.Razor.SourceLocation * string * int -> unit
Public Sub OnError (location As SourceLocation, message As String, length As Integer)

Parametri

location
SourceLocation

SourceLocation dell'errore.

message
String

Messaggio che descrive l'errore.

length
Int32

Lunghezza dell'errore.

Si applica a