Hold and provide access to detailed error information.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Class NetricsErrorItem
C#
public class NetricsErrorItem
C++
ref class NetricsErrorItem
J#
public class NetricsErrorItem
JScript
public class NetricsErrorItem

Remarks

These objects are generated by NetricsException objects. For known error item types this provides a means of accessing parsed out items from the detailed information. Which information items are available depends on the error item type.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsErrorItem

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also