Table of Contents

Method GetErrorDataOfType

Namespace
Skyline.DataMiner.Net
Assembly
SLNetTypes.dll

GetErrorDataOfType<T>()

Retrieves the error data objects of the specified type.

public List<T> GetErrorDataOfType<T>()

Returns

List<T>

The error data.

Type Parameters

T

The error data type.