Gets a list of the recent errors in the system.

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable GetRecentErrors(
	Nullable<int> days,
	Nullable<int> top
)
Visual Basic
Public Function GetRecentErrors ( 
	days As Nullable(Of Integer),
	top As Nullable(Of Integer)
) As DataTable
Visual C++
public:
DataTable^ GetRecentErrors(
	Nullable<int> days, 
	Nullable<int> top
)

Parameters

days
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="days"/> documentation for "M:Caisis.DataAccess.ErrorLogDa.GetRecentErrors(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

top
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="top"/> documentation for "M:Caisis.DataAccess.ErrorLogDa.GetRecentErrors(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ErrorLogDa.GetRecentErrors(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also