バージョン

ParseException コンストラクタ(ErrorType,String,ArrayList,Int32,Int32)

シンタックス
'宣言
 
Public Function New( _
   ByVal type As ParseException.ErrorType, _
   ByVal info As String, _
   ByVal details As ArrayList, _
   ByVal line As Integer, _
   ByVal column As Integer _
)
public ParseException( 
   ParseException.ErrorType type,
   string info,
   ArrayList details,
   int line,
   int column
)

パラメータ

type
info
details
line
column
参照