AdomdException 构造函数 (String)
Initializes a new instance of the AdomdException class with a given message.
命名空间: 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
类型:System. . :: . .String
A string containing the message for the exception.