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
)

参数