CatchThrow

Attribute Information

Used By

Source

<xsd:attribute name="CatchThrow" use="optional" default="CATCH">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="CATCH"/>
      <xsd:enumeration value="THROW"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample