'宣言 Public ReadOnly Property Log As System.Collections.Generic.List(Of String)
'使用法 Dim instance As SerializeExceptionBase Dim value As System.Collections.Generic.List(Of String) value = instance.Log
public System.Collections.Generic.List<string> Log {get;}