'宣言 Public Function New( _ ByVal msg As System.String _ )
'使用法 Dim msg As System.String Dim instance As New DataAccessException(msg)
public DataAccessException( System.string msg )
パラメータ
- msg
- エラーについて説明するメッセージ。
'宣言 Public Function New( _ ByVal msg As System.String _ )
'使用法 Dim msg As System.String Dim instance As New DataAccessException(msg)
public DataAccessException( System.string msg )