Freigeben über


InvalidConnectionStringException-Konstruktor (Exception)

Initialisiert eine neue Instanz der InvalidConnectionStringException-Klasse.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public InvalidConnectionStringException(
    Exception innerException
)
public:
InvalidConnectionStringException(
    Exception^ innerException
)
new : 
        innerException:Exception -> InvalidConnectionStringException
public function InvalidConnectionStringException(
    innerException : Exception
)

Parameter

  • innerException
    Typ: System.Exception
    Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

InvalidConnectionStringException Klasse

InvalidConnectionStringException-Überladung

Microsoft.Data.Schema.Extensibility-Namespace