DataConnectionMessageReceivedEventArgs(String) Constructor

Definition

Initializes a new instance of the DataConnectionMessageReceivedEventArgs class with a message text.

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

Parameters

message
String

The text of the message.

Applies to