Expression Editor for UWP
ScriptErrorInfo コンストラクタ

C1.UWP.ExpressionEditor アセンブリ > C1.ExpressionEditor.Engine 名前空間 > ScriptErrorInfo クラス : ScriptErrorInfo コンストラクタ
新しいエラーの位置。
新しいエラーの長さ。
エラーの ErrorType
エラーの指定された位置、長さ、タイプを使用して ScriptErrorInfo の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal position As System.Integer, _
   ByVal length As System.Integer, _
   ByVal type As ErrorType _
)
public ScriptErrorInfo( 
   System.int position,
   System.int length,
   ErrorType type
)

パラメータ

position
新しいエラーの位置。
length
新しいエラーの長さ。
type
エラーの ErrorType
参照

ScriptErrorInfo クラス
ScriptErrorInfo メンバ