Constructeur AmoException (String)

Initializes a new instance of the AmoException class using the specified message text.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New AmoException(message)
public AmoException(
    string message
)
public:
AmoException(
    String^ message
)
new : 
        message:string -> AmoException
public function AmoException(
    message : String
)

Paramètres

  • message
    Type : System.String
    A System.String value that specifies the message text that describes the event that caused the exception.

Voir aussi

Référence

AmoException Classe

Surcharge AmoException

Espace de noms Microsoft.AnalysisServices