Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an exception throw from DAC model errors.
Inheritance Hierarchy
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
The DacModelException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Messages | Gets the collection of additional error, warning, and informational messages associated with this exception. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Writes an exception information to the supplied SerializationInfo object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.