diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-12 09:54:34 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-12 09:54:34 (GMT) |
| commit | e6f05281e8bd39e5039f70ea28f3dc1edc769b7f (patch) | |
| tree | 41b96f6e0c43e75475308ab64031a4b11aecc0b6 /doc/class.n | |
| parent | 549a05ca18008a890e751184ebc67635120d4b44 (diff) | |
| parent | 0d18a9948c34190d652430c87db566a2dc21ffb4 (diff) | |
| download | tcl-e6f05281e8bd39e5039f70ea28f3dc1edc769b7f.zip tcl-e6f05281e8bd39e5039f70ea28f3dc1edc769b7f.tar.gz tcl-e6f05281e8bd39e5039f70ea28f3dc1edc769b7f.tar.bz2 | |
Merged trunkcore-zipfs-consolidation
Diffstat (limited to 'doc/class.n')
| -rw-r--r-- | doc/class.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/class.n b/doc/class.n index 1f4c774..22aad24 100644 --- a/doc/class.n +++ b/doc/class.n @@ -86,8 +86,11 @@ resolved within the calling context's namespace if not fully qualified), passing the arguments, \fIarg ...\fR, to the constructor, and (if that returns a successful result) returning the fully qualified name of the created object (the result of the constructor is ignored). The name of the instance's -internal namespace will be \fInsName\fR unless that namespace already exists -(when an arbitrary name will be chosen instead). If the constructor fails +internal namespace will be \fInsName\fR; +.VS +it is an error if that namespace cannot be created. +.VE +If the constructor fails (i.e., returns a non-OK result) then the object is destroyed and the error message is the result of this method call. .SH EXAMPLES |
