'宣言 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
- A message that describes the error.
'宣言 Public Function New( _ ByVal msg As System.String _ )
'使用法 Dim msg As System.String Dim instance As New DataAccessException(msg)
public DataAccessException( System.string msg )