ResponseFormatException Constructor (String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the ResponseFormatException class with a specified error message.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

ResponseFormatException Overload
ResponseFormatException Class
Microsoft.AnalysisServices Namespace

Return to top