pMe | (Object) Reference to the PmaTrendGroup object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.Code - (Long) [for reading] Numeric code of an error
0 - No error
33 - General error on the trend server
60 - Connection to the trend archive not established. Records are not stored on the disk.
1000 - Consistency tests of the trend archive failed.
1100 - Adding new record into the trend archive failed. |
Pm.Debug("Error trend: " + pEvent.CodeText);