ComponentOne FlexReport for WinForms
AddToLog(Exception) Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class > AddToLog Method : AddToLog(Exception) Method
The exception associated with log entry.
Adds log entry to the Log list.
Syntax
'Declaration
 
Public Overloads Function AddToLog( _
   ByVal ex As System.Exception _
) As LogEntry
public LogEntry AddToLog( 
   System.Exception ex
)

Parameters

ex
The exception associated with log entry.

Return Value

The created LogEntry object.
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members
Overload List