Konstruktor InvalidDatabaseExtractException (String, Exception)
Inicjuje nowe wystąpienie DacExtractionException klasy o nazwie określonej bazy danych i wewnętrzny wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public Sub New ( _
databaseName As String, _
innerException As Exception _
)
'Użycie
Dim databaseName As String
Dim innerException As Exception
Dim instance As New InvalidDatabaseExtractException(databaseName, _
innerException)
public InvalidDatabaseExtractException(
string databaseName,
Exception innerException
)
public:
InvalidDatabaseExtractException(
String^ databaseName,
Exception^ innerException
)
new :
databaseName:string *
innerException:Exception -> InvalidDatabaseExtractException
public function InvalidDatabaseExtractException(
databaseName : String,
innerException : Exception
)
Parametry
- databaseName
Typ: System.String
A String wartość, która określa nazwę nieprawidłowy bazy danych.
- innerException
Typ: System.Exception
Exception Obiekt zawierający wewnętrzny wyjątek.Ta jest używana podczas innym wyjątkiem należy podnieść powoduje wyjątek.