Classe BuildFailedException
Represents a BuildFailedException should be thrown to indicate that the build cannot continue. This will stop the build process.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class BuildFailedException _
Inherits Exception
'Uso
Dim instance As BuildFailedException
[SerializableAttribute]
public sealed class BuildFailedException : Exception
[SerializableAttribute]
public ref class BuildFailedException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type BuildFailedException =
class
inherit Exception
end
public final class BuildFailedException extends Exception
O tipo BuildFailedException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BuildFailedException(String) | Initializes a new instance of the BuildFailedException with a string exception message. | |
BuildFailedException(String, Exception) | Initializes a new instance of the BuildFailedException with a string exception message and an inner Exception providing more information about the failure. |
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.) | |
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 | Segurança crítica. (Herdado de Exception.) | |
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.