Constructeur MissingExtractServerPermissionsException (String, Exception)
Initializes a new instance of the MissingExtractServerPermissionsException class with a specified inner exception and 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, _
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
)
Paramètres
- 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.