Konstruktor SfcSerializationException (Exception)
Inicjuje nowe wystąpienie SfcSerializationException klasy z określonym odwołaniu wyjątek wewnętrzny, który jest przyczyną tego wyjątku.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 ( _
innerException As Exception _
)
'Użycie
Dim innerException As Exception
Dim instance As New SfcSerializationException(innerException)
public SfcSerializationException(
Exception innerException
)
public:
SfcSerializationException(
Exception^ innerException
)
new :
innerException:Exception -> SfcSerializationException
public function SfcSerializationException(
innerException : Exception
)
Parametry
- innerException
Typ: System.Exception
Wyjątek, który jest przyczyną bieżącego wyjątek.