ConnectionException Constructor (String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the ConnectionException class.

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

Syntax

public ConnectionException(
    string message
)
public:
ConnectionException(
    String^ message
)
new : 
        message:string -> ConnectionException
Public Sub New (
    message As String
)

Parameters

See Also

ConnectionException Overload
ConnectionException Class
Microsoft.AnalysisServices Namespace

Return to top