Поделиться через


Конструктор AmoException (String)

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String _
)
'Применение
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
)

Параметры