ExceptionOutputDeviceData(Exception) Constructor

Definition

Represents an exception output data.

public ExceptionOutputDeviceData(Exception exception);
new Microsoft.Testing.Platform.OutputDevice.ExceptionOutputDeviceData : Exception -> Microsoft.Testing.Platform.OutputDevice.ExceptionOutputDeviceData
Public Sub New (exception As Exception)

Parameters

exception
Exception

The exception.

Applies to