Partager via


AdomdException Constructor (String, Exception)

Initializes a new instance of the AdomdException class with a given message and an inner exception.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public AdomdException (
    string message,
    Exception innerException
)
public:
AdomdException (
    String^ message, 
    Exception^ innerException
)
public AdomdException (
    String message, 
    Exception innerException
)
public function AdomdException (
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    A string containing the message for the exception.
  • innerException
    An instance of the Exception that caused the current exception.

Notes

When an exception X is thrown as a direct result of a previous exception Y, the InnerException property of X should contain a reference to Y.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace