Udostępnij przez


Konstruktor SfcMetadataException (String, Exception)

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.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 SfcMetadataException(message, _
    innerException)
public SfcMetadataException(
    string message,
    Exception innerException
)
public:
SfcMetadataException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SfcMetadataException
public function SfcMetadataException(
    message : String, 
    innerException : Exception
)

Parametry

  • message
    Typ: System.String
    Ciąg, który reprezentuje komunikat wyjątku.
  • innerException
    Typ: System.Exception
    Wewnętrzny wyjątek podczas wykonywania aplikacji.