RazorError Constructeurs
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.
Surcharges
RazorError() |
Utilisé uniquement pour la désérialisation. |
RazorError(String, SourceLocation, Int32) | |
RazorError(String, Int32, Int32, Int32, Int32) |
RazorError()
Utilisé uniquement pour la désérialisation.
public:
RazorError();
public RazorError ();
Public Sub New ()
S’applique à
RazorError(String, SourceLocation, Int32)
public:
RazorError(System::String ^ message, Microsoft::AspNetCore::Razor::SourceLocation location, int length);
public RazorError (string message, Microsoft.AspNetCore.Razor.SourceLocation location, int length);
new Microsoft.AspNetCore.Razor.RazorError : string * Microsoft.AspNetCore.Razor.SourceLocation * int -> Microsoft.AspNetCore.Razor.RazorError
Public Sub New (message As String, location As SourceLocation, length As Integer)
Paramètres
- message
- String
- location
- SourceLocation
- length
- Int32
S’applique à
RazorError(String, Int32, Int32, Int32, Int32)
public:
RazorError(System::String ^ message, int absoluteIndex, int lineIndex, int columnIndex, int length);
public RazorError (string message, int absoluteIndex, int lineIndex, int columnIndex, int length);
new Microsoft.AspNetCore.Razor.RazorError : string * int * int * int * int -> Microsoft.AspNetCore.Razor.RazorError
Public Sub New (message As String, absoluteIndex As Integer, lineIndex As Integer, columnIndex As Integer, length As Integer)
Paramètres
- message
- String
- absoluteIndex
- Int32
- lineIndex
- Int32
- columnIndex
- Int32
- length
- Int32