ConnectionExceptionCause Enumeration
Applies To: SQL Server (starting with 2016)
Contains the values for exceptions that are raised when an error occurs to the connection between server and current client application.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| AuthenticationFailed | Credentials presented at connection time were refused by server. | |
| IncompatibleVersion | Client application is requesting connection over an incompatible version of provider. | |
| Unspecified | Any other exception that is different from AuthenticationFailed and IncompatibleVersion. |
Show: