Udostępnij za pośrednictwem


Konstruktor AmoException (String)

Inicjuje nowe wystąpienie AmoException za pomocą klasy wiadomości określonego tekstu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
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
)

Parametry