Creates a TypeCode
object representing a bounded IDL wstring
(wide string). The TypeCode
object is initialized with the given
bound, which represents the maximum length of the wide string. Zero indicates
that the string described by this type code is unbounded.
wstring
; cannot be negative .
the newly-created TypeCode
object describing an IDL wstring
.
Exception Type | Condition |
---|---|
Ics.CORBA.BAD_PARAM | An error occurs if bound is a negative value. |
ORB Interface | ORB Members | Ics Namespace