ApplicationRaiseShowErrorEvent Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RaiseShowErrorEvent(
ApplicationShowErrorEventArgs e
)
Public Sub RaiseShowErrorEvent (
e As ApplicationShowErrorEventArgs
)
public:
virtual void RaiseShowErrorEvent(
ApplicationShowErrorEventArgs^ e
) sealed
function RaiseShowErrorEvent(e);
Parameters
- e
- Type: DataPA.Utils.QueryEngineApplicationShowErrorEventArgs
See Also