Provides data for ConnectionError events.
Name | Description |
---|---|
DashboardConnectionErrorEventArgs(String, String, DataConnectionParametersBase, Exception, IWaitFormActivator) |
Initializes a new instance of the DashboardConnectionErrorEventArgs class. |
Name | Description |
---|---|
Empty |
Provides a value to use with events that do not have event data.
(Inherited from EventArgs)
|
Name | Description |
---|---|
Cancel |
Gets or sets whether the operation performed on the processed event should be canceled.
(Inherited from ConnectionErrorEventArgs)
|
ConnectionName |
Gets the name of the connection for which the event has been raised.
(Inherited from ConfigureDataConnectionEventArgs)
|
ConnectionParameters |
Gets or sets parameters used to establish a connection to data.
(Inherited from ConfigureDataConnectionEventArgs)
|
DataSourceName |
Gets the data source name for which the event was raised. |
Exception |
Gets an exception that caused the ConnectionError event.
(Inherited from ConnectionErrorEventArgs)
|
Handled |
Gets or sets whether default actions are required to connect to a data store.
(Inherited from ConnectionErrorEventArgs)
|
Name | Description |
---|---|
CloseWaitForm() |
Closes the wait form. |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetType() |
Gets the (Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
ShowWaitForm() |
Shows the wait form. |
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|