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
)

매개 변수