InvalidConnectionStringException Constructor (String, 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 ( _
    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
)

Parameters

  • innerException
    Type: System.Exception
    The inner exception that caused this exception.

.NET Framework Security

See Also

Reference

InvalidConnectionStringException Class

InvalidConnectionStringException Overload

Microsoft.Data.Schema.Extensibility Namespace