Returns a NetricsErrorItem object that represents the error item associated with this exception.


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

Syntax

Visual Basic (Declaration)
Public Function getErrorItem() As NetricsErrorItem
C#
public NetricsErrorItem getErrorItem()
C++
public:
 NetricsErrorItem getErrorItem() sealed 
J#
public NetricsErrorItem getErrorItem()
JScript
public  function getErrorItem() : NetricsErrorItem

See Also