Freigeben über


InvalidConnectionStringException-Konstruktor (String, 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 ( _
    message As String, _
    innerException As Exception _
)
public InvalidConnectionStringException(
    string message,
    Exception innerException
)
public:
InvalidConnectionStringException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> InvalidConnectionStringException
public function InvalidConnectionStringException(
    message : String, 
    innerException : Exception
)

Parameter

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

.NET Framework-Sicherheit

Siehe auch

Referenz

InvalidConnectionStringException Klasse

InvalidConnectionStringException-Überladung

Microsoft.Data.Schema.Extensibility-Namespace