Share via


ConnectionDialogException Constructor (String)

Initializes a new instance of the ConnectionDialogException class that specifies a message to describe the error.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ConnectionDialogException(message)
public ConnectionDialogException(
    string message
)
public:
ConnectionDialogException(
    String^ message
)
new : 
        message:string -> ConnectionDialogException
public function ConnectionDialogException(
    message : String
)

Parameters

  • message
    Type: System.String
    The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.