Click or drag to resize
ApplicationShowErrorEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments for ShowError event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineApplicationShowErrorEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ShowErrorEventArgs : EventArgs, 
	_ShowErrorEventArgs

The ApplicationShowErrorEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodApplicationShowErrorEventArgs
Initializes a new instance of the ApplicationShowErrorEventArgs class
Top
Fields
Properties
  NameDescription
Public propertyErrorLang
Gets or sets a value that contains initcate the langauge ID that shoudl be used in the error display.
Public propertyErrorText
Gets or sets a string contains the error that should be displayed.
Top
Remarks