Constructs a DataProviderException with a supplied error message text.
public: DataProviderException(string msg);
public DataProviderException(string msg);
Public Sub New(msg As string)
DataProviderException Class