PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Serialization Namespace / DeserializeException Class / Log Property

In This Topic
    Log Property (DeserializeException)
    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 List(Of String)
    public List<string> Log {get;}
    See Also