ParserContext.OnError メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OnError(RazorError) | |
OnError(SourceLocation, String, Int32) | |
OnError(SourceLocation, String, Int32, Object[]) |
OnError(RazorError)
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)
パラメーター
- error
- RazorError
適用対象
OnError(SourceLocation, String, Int32)
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)
パラメーター
- location
- SourceLocation
- message
- String
- length
- Int32
適用対象
OnError(SourceLocation, String, Int32, Object[])
public:
void OnError(Microsoft::AspNetCore::Razor::SourceLocation location, System::String ^ message, int length, ... cli::array <System::Object ^> ^ args);
public void OnError (Microsoft.AspNetCore.Razor.SourceLocation location, string message, int length, params object[] args);
member this.OnError : Microsoft.AspNetCore.Razor.SourceLocation * string * int * obj[] -> unit
Public Sub OnError (location As SourceLocation, message As String, length As Integer, ParamArray args As Object())
パラメーター
- location
- SourceLocation
- message
- String
- length
- Int32
- args
- Object[]