ErrorMessageOutputDeviceData(String) Constructor

Definition

Represents an error message output data.

public ErrorMessageOutputDeviceData(string message);
new Microsoft.Testing.Platform.OutputDevice.ErrorMessageOutputDeviceData : string -> Microsoft.Testing.Platform.OutputDevice.ErrorMessageOutputDeviceData
Public Sub New (message As String)

Parameters

message
String

The error message.

Applies to