Condividi tramite


Costruttore SfcInvalidKeyChainException (Exception)

Initializes a new instance of the SfcInvalidKeyChainException class with the specified reference to the inner exception that is the cause of this exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Dim instance As New SfcInvalidKeyChainException(innerException)
public SfcInvalidKeyChainException(
    Exception innerException
)
public:
SfcInvalidKeyChainException(
    Exception^ innerException
)
new : 
        innerException:Exception -> SfcInvalidKeyChainException
public function SfcInvalidKeyChainException(
    innerException : Exception
)

Parametri