DacModelException-Klasse
Provides an exception throw from DAC model errors.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Dac.Model.DacModelException
Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DacModelException _
Inherits Exception
'Usage
Dim instance As DacModelException
[SerializableAttribute]
public class DacModelException : Exception
[SerializableAttribute]
public ref class DacModelException : public Exception
[<SerializableAttribute>]
type DacModelException =
class
inherit Exception
end
public class DacModelException extends Exception
Der DacModelException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
![]() |
DacModelException() | Initializes a new instance of the DacModelException class. |
![]() |
DacModelException(String) | Initializes a new instance of the DacModelException class with the specified error message. |
![]() |
DacModelException(SerializationInfo, StreamingContext) | Initializes a new instance of the DacModelException class with specified SerializationInfo and StreamingContext. |
![]() |
DacModelException(String, Exception) | Initializes a new instance of the DacModelException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
Data | (Geerbt von Exception.) |
![]() |
HelpLink | (Geerbt von Exception.) |
![]() |
HResult | (Geerbt von Exception.) |
![]() |
InnerException | (Geerbt von Exception.) |
![]() |
Message | (Geerbt von Exception.) |
![]() |
Messages | Gets the collection of additional error, warning, and informational messages associated with this 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 | Writes an exception information to the supplied SerializationInfo object. (Überschreibt Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Geerbt von Exception.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
![]() |
SerializeObjectState | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.