DBaseFileException Constructor (String) |
Namespace:
Dundas.BI.Utility.DBase
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DBaseFileException(
string message
)
Public Sub New (
message As String
)
public:
DBaseFileException(
String^ message
)
new :
message : string -> DBaseFileExceptionParameters
- message
- Type: SystemString
The error message.
See Also