RazorError コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| RazorError(String, SourceLocation) |
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。 |
| RazorError(String, SourceLocation, Int32) |
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。 |
| RazorError(String, Int32, Int32, Int32) |
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。 |
| RazorError(String, Int32, Int32, Int32, Int32) |
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。 |
RazorError(String, SourceLocation)
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。
public RazorError(string message, System.Web.Razor.Text.SourceLocation location);
new System.Web.Razor.Parser.SyntaxTree.RazorError : string * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Parser.SyntaxTree.RazorError
Public Sub New (message As String, location As SourceLocation)
パラメーター
- message
- String
エラー メッセージ。
- location
- SourceLocation
エラーのソースの場所。
適用対象
RazorError(String, SourceLocation, Int32)
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。
public RazorError(string message, System.Web.Razor.Text.SourceLocation location, int length);
new System.Web.Razor.Parser.SyntaxTree.RazorError : string * System.Web.Razor.Text.SourceLocation * int -> System.Web.Razor.Parser.SyntaxTree.RazorError
Public Sub New (message As String, location As SourceLocation, length As Integer)
パラメーター
- message
- String
エラー メッセージ。
- location
- SourceLocation
エラーのソースの場所。
- length
- Int32
エラーの長さ。
適用対象
RazorError(String, Int32, Int32, Int32)
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。
public RazorError(string message, int absoluteIndex, int lineIndex, int columnIndex);
new System.Web.Razor.Parser.SyntaxTree.RazorError : string * int * int * int -> System.Web.Razor.Parser.SyntaxTree.RazorError
Public Sub New (message As String, absoluteIndex As Integer, lineIndex As Integer, columnIndex As Integer)
パラメーター
- message
- String
エラー メッセージ。
- absoluteIndex
- Int32
ソースの場所の絶対インデックス。
- lineIndex
- Int32
ソースの場所の行インデックス。
- columnIndex
- Int32
ソースの場所の列インデックス。
適用対象
RazorError(String, Int32, Int32, Int32, Int32)
この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 RazorError クラスの新しいインスタンスを初期化します。
public RazorError(string message, int absoluteIndex, int lineIndex, int columnIndex, int length);
new System.Web.Razor.Parser.SyntaxTree.RazorError : string * int * int * int * int -> System.Web.Razor.Parser.SyntaxTree.RazorError
Public Sub New (message As String, absoluteIndex As Integer, lineIndex As Integer, columnIndex As Integer, length As Integer)
パラメーター
- message
- String
エラー メッセージ。
- absoluteIndex
- Int32
ソースの場所の絶対インデックス。
- lineIndex
- Int32
ソースの場所の行インデックス。
- columnIndex
- Int32
ソースの場所の列インデックス。
- length
- Int32
エラーの長さ。