Classe DacExtractionException
The DacExtractionException class is a an exception that is raised when an error occurs during extraction of a DAC package.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac..::..DacExtractionException
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class DacExtractionException _
Inherits DacException
'Utilizzo
Dim instance As DacExtractionException
[SerializableAttribute]
public sealed class DacExtractionException : DacException
[SerializableAttribute]
public ref class DacExtractionException sealed : public DacException
[<SealedAttribute>]
[<SerializableAttribute>]
type DacExtractionException =
class
inherit DacException
end
public final class DacExtractionException extends DacException
Nel tipo DacExtractionException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DacExtractionException(String) | Initializes a new instance of the DacExtractionException class that has the specified message text. | |
DacExtractionException(String, Exception) | Initializes a new instance of the DacExtractionException class that has the specified message text and inner exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DacExceptionType | Gets the type of the exception. Ereditato da DacException. | |
Data | Ereditato da Exception. | |
HelpLink | Gets a string with the URL help link that further explains the exception. Ereditato da DacException. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
Init | Initializes provider properties. Ereditato da DacException. | |
MemberwiseClone | Ereditato da Object. | |
SetHelpContext | Sets the help context for the help link. Ereditato da DacException. | |
ToString | Ereditato da Exception. |
In alto
Osservazioni
By using the DacExtractionException class you can do the following:
Handle errors generated by the DAC namespace during extraction.
Determine the cause of the error.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche