ConnectionErrorEventArgs Constructors
Serves as the base for classes that provide data for the ConnectionError events.| Name | Parameters | Description |
|---|---|---|
| ConnectionErrorEventArgs(String, DataConnectionParametersBase, Exception) | connectionName, connectionParameters, exception | Initializes a new instance of the ConnectionErrorEventArgs class. |
See Also