ConnectionException.ExceptionCause Property

 

Applies To: SQL Server (starting with 2016)

Returns a ConnectionExceptionCause value to explain the origin of the exception.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ConnectionExceptionCause ExceptionCause { get; }
public:
property ConnectionExceptionCause ExceptionCause {
    ConnectionExceptionCause get();
}
member ExceptionCause : ConnectionExceptionCause with get
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause

Property Value

Type: Microsoft.AnalysisServices.ConnectionExceptionCause

A ConnectionExceptionCause value which explains the origin of the exception.

See Also

ConnectionException Class
Microsoft.AnalysisServices Namespace

Return to top