DacExtractionException-Klasse
The DacExtractionException class is a an exception that is raised when an error occurs during extraction of a DAC package.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac..::..DacExtractionException
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacExtractionException _
Inherits DacException
'Usage
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
Der DacExtractionException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
DacExceptionType | Gets the type of the exception. (Geerbt von DacException.) | |
Data | (Geerbt von Exception.) | |
HelpLink | Gets a string with the URL help link that further explains the exception. (Geerbt von DacException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
Init | Initializes provider properties. (Geerbt von DacException.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets the help context for the help link. (Geerbt von DacException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
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
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch