True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.C1PreviewClient.Serialization Namespace / SerializeExceptionBase Class / Log Property

In This Topic
    Log Property (SerializeExceptionBase)
    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