'宣言 Public Function New( _ ByVal message As System.String _ )
'使用法 Dim message As System.String Dim instance As New ReaderException(message)
public ReaderException( System.string message )
パラメータ
- message
- The exception error message.
'宣言 Public Function New( _ ByVal message As System.String _ )
'使用法 Dim message As System.String Dim instance As New ReaderException(message)
public ReaderException( System.string message )