Initializes a new instance of the DataEngineException class with a specified error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public DataEngineException(
string
)
Parameters
- message
- The message that describes the error.
See Also