AdomdException 생성자 (String, Exception)

Initializes a new instance of the AdomdException class with a given message and an inner exception.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
‘사용 방법
Dim message As String 
Dim innerException As Exception 

Dim instance As New AdomdException(message, _
    innerException)
public AdomdException(
    string message,
    Exception innerException
)
public:
AdomdException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> AdomdException
public function AdomdException(
    message : String, 
    innerException : Exception
)

매개 변수

  • message
    유형: System.String
    A string containing the message for the exception.
  • innerException
    유형: System.Exception
    An instance of the Exception that caused the current exception.

주의

When an exception X is thrown as a direct result of a previous exception Y, the InnerException property of X should contain a reference to Y.

참고 항목

참조

AdomdException 클래스

AdomdException 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스