'Declaration Public Function New( _ ByVal message As String _ )
'Declaration
Public Function New( _ ByVal message As String _ )
'使用法 Dim message As String Dim instance As New InvalidFileFormatException(message)
'使用法
Dim message As String Dim instance As New InvalidFileFormatException(message)
public InvalidFileFormatException( string message )
InvalidFileFormatException クラス InvalidFileFormatException メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.