MissingExtractServerPermissionsException Constructor ()
Initializes a new instance of the MissingExtractServerPermissionsException class with a specified 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 _
)
'Usage
Dim exceptionMessage As String
Dim instance As New MissingExtractServerPermissionsException(exceptionMessage)
public MissingExtractServerPermissionsException(
string exceptionMessage
)
public:
MissingExtractServerPermissionsException(
String^ exceptionMessage
)
new :
exceptionMessage:string -> MissingExtractServerPermissionsException
public function MissingExtractServerPermissionsException(
exceptionMessage : String
)
Parameters
- exceptionMessage
Type: String
A String value that specifies the message for the exception.
See Also
Reference
MissingExtractServerPermissionsException Class