ExceptionOutputDeviceData(Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.