MissingExtractServerPermissionsException Constructor (String, Exception)

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Sub New ( _
    exceptionMessage As String, _
    innerException As Exception _
)
'Usage
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
)

Parameters

  • exceptionMessage
    Type: System.String
    A String value that specifies the message for this exception.
  • innerException
    Type: System.Exception
    An Exception object that contains the inner exception that caused this exception to be raised.

See Also

Reference

MissingExtractServerPermissionsException Class

MissingExtractServerPermissionsException Overload

Microsoft.SqlServer.Management.Dac Namespace