ExceptionOutputDeviceData Class

Definition

Represents an exception output data.

public sealed class ExceptionOutputDeviceData : Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData
type ExceptionOutputDeviceData = class
    interface IOutputDeviceData
Public NotInheritable Class ExceptionOutputDeviceData
Implements IOutputDeviceData
Inheritance
ExceptionOutputDeviceData
Implements

Constructors

Name Description
ExceptionOutputDeviceData(Exception)

Represents an exception output data.

Properties

Name Description
Exception

Gets the exception.

Applies to