Jaa


AdomdException Constructor (String)

Initializes a new instance of the AdomdException class with a given message.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public AdomdException (
    string message
)
public:
AdomdException (
    String^ message
)
public AdomdException (
    String message
)
public function AdomdException (
    message : String
)

Parameters

  • message
    A string containing the message for the exception.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace