CannotConnectException Constructor (String)
Initializes a new instance of the CannotConnectException class with the specified message.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New CannotConnectException(message)
public CannotConnectException(
string message
)
Parameters
message
Type: System.StringThe message string.
See Also
Reference
CannotConnectException Members