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.

참고 항목

참조

AdomdException 클래스

AdomdException 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스