Prepares a collaboration exception to raise to the next higher level of
execution. This function block creates a new exception object with the
specified exception type and an exception message that is obtained from the
collaboration's message file. You identify the message by its
message number in the message file. This function block provides the
ability to pass five message-parameter values for the message text.
- Note:
- This function block is located in the General\APIs\Collaboration
Template\Exception folder.
- Collaboration
- The current collaboration object.
- Exception type
- A String that specifies the exception type.
- messageNum
- An integer that specifies the number for the message associated with the
exception object.
- Parameter 1
- A String that specifies the value for a single message parameter.
- Parameter 2
- A String that specifies the value for a single message parameter.
- Parameter 3
- A String that specifies the value for a single message parameter.
- Parameter 4
- A String that specifies the value for a single message parameter.
- Parameter 5
- A String that specifies the value for a single message parameter.
For more information about using the Raise Collaboration Exception function
blocks, see Raise Collaboration Exception.
This function block is based on the BaseCollaboration.sendEmail()
method. For more information, see sendEmail().
