FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / AddToLog Method / AddToLog(Exception) Method
The exception associated with log entry.

In This Topic
    AddToLog(Exception) Method
    In This Topic
    Adds log entry to the Log list.
    Syntax
    'Declaration
     
    Public Overloads Function AddToLog( _
       ByVal ex As Exception _
    ) As LogEntry
    public LogEntry AddToLog( 
       Exception ex
    )

    Parameters

    ex
    The exception associated with log entry.

    Return Value

    The created LogEntry object.
    See Also