![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Generic exception, with meta-data for logging. More...
Public Member Functions | |
| GenericException (string Message, EventType? Type=null, string Object=null, string Actor=null, string EventId=null, EventLevel? Level=null, string Facility=null, string Module=null, params KeyValuePair< string, object >[] Tags) | |
| Generic exception, with meta-data for logging. More... | |
| GenericException (string Message, Exception InnerException, EventType? Type=null, string Object=null, string Actor=null, string EventId=null, EventLevel? Level=null, string Facility=null, string Module=null, params KeyValuePair< string, object >[] Tags) | |
| Generic exception, with meta-data for logging. More... | |
Properties | |
| string | Actor [get] |
| Actor identifier related to the object. More... | |
| string | Facility [get] |
| Facility identifier related to the object. More... | |
| string | EventId [get] |
| Event identifier related to the object. More... | |
| EventLevel? | Level [get] |
| Event level. More... | |
| string | Module [get] |
| Module identifier related to the object. More... | |
| string | Object [get] |
| Object identifier related to the object. More... | |
| KeyValuePair< string, object >[] | Tags [get] |
| Tags related to the object. More... | |
| EventType? | Type [get] |
| Event type. More... | |
Generic exception, with meta-data for logging.
Definition at line 9 of file GenericException.cs.
| Waher.Events.GenericException.GenericException | ( | string | Message, |
| EventType? | Type = null, |
||
| string | Object = null, |
||
| string | Actor = null, |
||
| string | EventId = null, |
||
| EventLevel? | Level = null, |
||
| string | Facility = null, |
||
| string | Module = null, |
||
| params KeyValuePair< string, object >[] | Tags | ||
| ) |
Generic exception, with meta-data for logging.
| Message | Free-text event message. |
| Type | Event Type. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
Definition at line 23 of file GenericException.cs.
| Waher.Events.GenericException.GenericException | ( | string | Message, |
| Exception | InnerException, | ||
| EventType? | Type = null, |
||
| string | Object = null, |
||
| string | Actor = null, |
||
| string | EventId = null, |
||
| EventLevel? | Level = null, |
||
| string | Facility = null, |
||
| string | Module = null, |
||
| params KeyValuePair< string, object >[] | Tags | ||
| ) |
Generic exception, with meta-data for logging.
| Message | Free-text event message. |
| InnerException | Inner Exception. |
| Type | Event Type. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
Definition at line 49 of file GenericException.cs.
|
get |
Actor identifier related to the object.
Implements Waher.Events.IEventActor.
Definition at line 67 of file GenericException.cs.
|
get |
Event identifier related to the object.
Implements Waher.Events.IEventId.
Definition at line 77 of file GenericException.cs.
|
get |
Facility identifier related to the object.
Implements Waher.Events.IEventFacility.
Definition at line 72 of file GenericException.cs.
|
get |
Event level.
Implements Waher.Events.IEventLevel.
Definition at line 82 of file GenericException.cs.
|
get |
Module identifier related to the object.
Implements Waher.Events.IEventModule.
Definition at line 87 of file GenericException.cs.
|
get |
Object identifier related to the object.
Implements Waher.Events.IEventObject.
Definition at line 92 of file GenericException.cs.
|
get |
Tags related to the object.
Implements Waher.Events.IEventTags.
Definition at line 97 of file GenericException.cs.
|
get |