DataConnectionMessageReceivedEventArgs(String) Constructor

Definition

Class constructor. Initializes a new instance of the DataConnectionMessageReceivedEventArgs class, providing the event message.

public:
 DataConnectionMessageReceivedEventArgs(System::String ^ message);
public DataConnectionMessageReceivedEventArgs (string message);
new Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs : string -> Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs
Public Sub New (message As String)

Parameters

message
String

The message, as string, received from the data source.

Applies to