GrapeCity SPREAD for Windows Forms 11.0J
ParseException コンストラクタ(String,Int32)


この例外を説明するメッセージ
エラーが見つかった位置
メッセージとオフセットを指定してParseExceptionクラスの 新しいインスタンスを構築します。
構文
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal errorOffset As Integer _
)
'使用法
 
Dim message As String
Dim errorOffset As Integer
 
Dim instance As New ParseException(message, errorOffset)
public ParseException( 
   string message,
   int errorOffset
)

パラメータ

message
この例外を説明するメッセージ
errorOffset
エラーが見つかった位置
参照

ParseException クラス
ParseException メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.