diff options
author | xue <> | 2006-01-04 04:59:01 +0000 |
---|---|---|
committer | xue <> | 2006-01-04 04:59:01 +0000 |
commit | d1384deb9b3ac872defd08fd01fbf8cf11442b45 (patch) | |
tree | 1a013dd4fdbf1f15f21d33aefa001c3ad9337096 /framework/Exceptions/messages.txt | |
parent | 1c9aa17d682ae92e2e8687ab40916075470830f7 (diff) |
Added documentation.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index c260255d..9869cc8c 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -149,4 +149,9 @@ hiddenfield_skinid_unsupported = THiddenField does not support control skin. panel_defaultbutton_invalid = TPanel.DefaultButton '%s' does not refer to an existing button control.
tablestyle_cellpadding_invalid = TTableStyle.CellPadding must take an integer equal to or greater than -1.
-tablestyle_cellspacing_invalid = TTableStyle.CellSpacing must take an integer equal to or greater than -1.
\ No newline at end of file +tablestyle_cellspacing_invalid = TTableStyle.CellSpacing must take an integer equal to or greater than -1.
+
+pagestatepersister_pagestate_corrupted = Page state is corrupted.
+pagestatepersister_privatekey_invalid = TPageStatePersister.PrivateKey must take a string no shorter than 8 characters.
+
+listitemcollection_item_invalid = TListItemCollection can only take strings or TListItem objects.
\ No newline at end of file |