Compartir a través de


AmoException Constructor (String)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
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
)

Parámetros