arachnode.net

ArachnodeDAO.InsertException Method

Inserts a row into table 'Exceptions'.

public long? InsertException(
   string absoluteUri1,
   string absoluteUri2,
   Exception exception,
   bool insertExceptionInWindowsApplicationLog
);

Parameters

absoluteUri1
The absolute uri1.
absoluteUri2
The absolute uri2.
exception
The exception.
insertExceptionInWindowsApplicationLog
if set to true [insert exception in windows event log].

Return Value

The last ExceptionID returned from table 'Exceptions'.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace