Condividi tramite


Costruttore 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.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilizzo
Dim message As String 
Dim innerException As Exception 

Dim instance As New BuildFailedException(message, _
    innerException)
public BuildFailedException(
    string message,
    Exception innerException
)
public:
BuildFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> BuildFailedException
public function BuildFailedException(
    message : String, 
    innerException : Exception
)

Parametri

  • message
    Tipo: System.String
    The string describing the cause of the failure.

Vedere anche

Riferimento

BuildFailedException Classe

Overload BuildFailedException

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment