DBaseFileException Constructor (String, Exception) |
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,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
DBaseFileException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> DBaseFileExceptionParameters
- message
- Type: SystemString
The error message. - innerException
- Type: SystemException
The inner exception.
See Also