DBaseFileException Constructor (String, Exception)

Initializes a new instance of the DBaseFileException class.

Namespace:  Dundas.BI.Utility.DBase
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DBaseFileException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message.
innerException
Type: SystemException
The inner exception.
See Also