Rise 'Abort' exception with the specified message.
object.Abort
aMessageText
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
|
aMessageText |
In, Required | string |
The text message for the exception |
Rise 'Abort' exception with the specified message.
Dim aForm
Set aForm = Profile.Form
aForm.Abort ("Exception")