ActiveReports 12
DataEngineException Constructor(String)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > DataEngineException Class > DataEngineException Constructor : DataEngineException Constructor(String)
The message that describes the error.
Initializes a new instance of the DataEngineException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
public DataEngineException( 
   string message
)

Parameters

message
The message that describes the error.
See Also

Reference

DataEngineException Class
DataEngineException Members
Overload List