Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AmoException class using the specified message text.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameter
- message
Typ: System.String
A System.String value that specifies the message text that describes the event that caused the exception.