Method GetErrorDataOfType
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.
Retrieves the error data objects of the specified type.
public List<T> GetErrorDataOfType<T>()
The error data.
T
The error data type.