MissingExtractServerPermissionsException Constructor (, )
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
'Déclaration
Public Sub New ( _
exceptionMessage As String, _
innerException As Exception _
)
'Utilisation
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: String
A String value that specifies the message for this exception.
- innerException
Type: Exception
An Exception object that contains the inner exception that caused this exception to be raised.
See Also
Reference
MissingExtractServerPermissionsException Class