Constructeur MissingExtractServerPermissionsException (String)
Initializes a new instance of the MissingExtractServerPermissionsException class with a specified message.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public Sub New ( _
exceptionMessage As String _
)
'Utilisation
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
)
Paramètres
- exceptionMessage
Type : System. . :: . .String
A String value that specifies the message for the exception.