Udostępnij za pośrednictwem


Konstruktor SfcDependencyException (String, Exception)

Inicjuje nowe wystąpienie SfcDependencyException klasy z określony komunikat i wewnętrzny wyjątek.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception

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

Parametry

  • message
    Typ: System.String
    A String wartość, która określa ciąg wiadomości dla wyjątku zlecenia usługi.
  • innerException
    Typ: System.Exception
    Exception Obiektu systemu, który określa wyjątek wewnętrzny wyjątek zlecenia usługi.