[This is preliminary documentation and is subject to change.]
Sets the value of the ExceptionalityPriority attribute.
| C# | Visual Basic | Visual C++ |
public void SetExceptionalityPriority( ExceptionalityPriority val )
Public Sub SetExceptionalityPriority ( _ val As ExceptionalityPriority _ )
public: void SetExceptionalityPriority ( ExceptionalityPriority^ val )
- val (ExceptionalityPriority)
- A ExceptionalityPriority object
The SIF specification defines the meaning of this attribute as: "Identifies priority of the exceptionality. "Primary" is the first and is required even if only one exceptionality is specified. "Secondary", etc. are of lower priority. Primary, Secondary, and Tertiary must be specified before "Additional" is used."
This attribute is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering attributes of this kind.
| Version | Tag |
|---|---|
| 1.5r1 | <Type> |
| 2.0 | <ExceptionalityPriority> |
Version: 2.0
Since: 1.5r1