ConnectionException Constructor (String, Exception)

 

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,
    Exception innerException
)
public:
ConnectionException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> ConnectionException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

ConnectionException Overload
ConnectionException Class
Microsoft.AnalysisServices Namespace

Return to top