Classe DacServicesException
Exception thrown for DAC service errors.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Dac.DacServicesException
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class DacServicesException _
Inherits Exception
'Uso
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
O tipo DacServicesException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Messages | Get collection of additional error, warning, and informational messages associated with this exception. | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Write exception information to the supplied SerializationInfo object. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.