Freigeben über


BuildFailedException-Klasse

Represents a BuildFailedException should be thrown to indicate that the build cannot continue. This will stop the build process.

Vererbungshierarchie

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

Der BuildFailedException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BuildFailedException(String) Initializes a new instance of the BuildFailedException with a string exception message.
Öffentliche Methode 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.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Deployment-Namespace