InvalidConnectionStringException Constructor (Exception)

Initializes a new instance of the InvalidConnectionStringException class.

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
)

Parameters

  • innerException
    Type: System.Exception
    The exception that caused the current exception.

.NET Framework Security

See Also

Reference

InvalidConnectionStringException Class

InvalidConnectionStringException Overload

Microsoft.Data.Schema.Extensibility Namespace