エラーの指定された位置、長さ、タイプを使用して
ScriptErrorInfo の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As ErrorType _
)
public ScriptErrorInfo(
System.int ,
System.int ,
ErrorType
)
パラメータ
- position
- 新しいエラーの位置。
- length
- 新しいエラーの長さ。
- type
- エラーの ErrorType。
参照