다음을 통해 공유


MissingExtractServerPermissionsException 생성자 (String, Exception)

Initializes a new instance of the MissingExtractServerPermissionsException class with a specified inner exception and message.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

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

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

매개 변수