Construtor MissingExtractServerPermissionsException (String)
Initializes a new instance of the MissingExtractServerPermissionsException class with a specified message.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Sub New ( _
exceptionMessage As String _
)
'Uso
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
)
Parâmetros
- exceptionMessage
Tipo: System. . :: . .String
A String value that specifies the message for the exception.