Creates a TypeCode
object representing a bounded IDL string
.
The TypeCode
object is initialized with the given bound, which
represents the maximum length of the 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 string
.
Exception Type | Condition |
---|---|
Ics.CORBA.BAD_PARAM | An error occurs if bound is a negative value. |
ORB Interface | ORB Members | Ics Namespace