Gets the list of strings describing the actions that lead to the exception that occurred during serialization or deserialization.

Namespace:  C1.C1Preview.Serialization
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public List<string> Log { get; }
Visual Basic
Public ReadOnly Property Log As List(Of String)
	Get

See Also