AdomdException 构造函数 (String)

使用给定的消息初始化 AdomdException 类的新实例。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String 

Dim instance As New AdomdException(message)
public AdomdException(
    string message
)
public:
AdomdException(
    String^ message
)
new : 
        message:string -> AdomdException
public function AdomdException(
    message : String
)

参数

  • message
    类型:String
    一个包含异常消息的字符串。

请参阅

参考

AdomdException 类

AdomdException 重载

Microsoft.AnalysisServices.AdomdServer 命名空间