Exception | Description |
---|---|
BadKind |
This exception is thrown when an inappropriate operation is invoked on
a
TypeCode object. |
Bounds |
The
TypeCode.member_name(int) ,
TypeCode.member_type(int) and
TypeCode.member_label(int) raise Bounds when
the parameter is larger than the index of the last member,
constituting the type. |