ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Serialization Namespace / SerializeExceptionBase Class / Log Property

In This Topic
    Log Property
    In This Topic
    Gets the list of strings describing the actions that lead to the exception that occurred during serialization or deserialization.
    Syntax
    'Declaration
     
    Public ReadOnly Property Log As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> Log {get;}
    See Also