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
)

参数

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

请参阅

参考

AmoException 类

AmoException 重载

Microsoft.AnalysisServices 命名空间