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.
Represents a BuildFailedException should be thrown to indicate that the build cannot continue. This will stop the build process.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class BuildFailedException _
Inherits Exception
'Usage
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
The BuildFailedException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from 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 | Security Critical. (Inherited from Exception.) |
![]() |
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.
.gif)
.gif)