DacServicesException Class
Exception thrown for DAC service errors.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Dac.DacServicesException
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacServicesException _
Inherits Exception
'Usage
Dim instance As DacServicesException
[SerializableAttribute]
public sealed class DacServicesException : Exception
[SerializableAttribute]
public ref class DacServicesException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type DacServicesException =
class
inherit Exception
end
public final class DacServicesException extends Exception
The DacServicesException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DacServicesException() | Construct a new instance of the DacServicesException class. | |
DacServicesException(String) | Construct a new instance of the DacServicesException class with the specified error message. | |
DacServicesException(String, Exception) | Construct a new instance of the DacServicesException 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 | Get 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.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Write exception information to the supplied SerializationInfo object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
ToString | (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.