Makes Smartsite throw an exception.
Syntax
Smartsite SXML | Copy Code |
---|---|
sys.throwexception(enum exceptionType) sys.throwexception(enum exceptionType, string message) |
Parameters
Name | Data Type | Description |
---|---|---|
exceptionType | Enum |
Type of the exception.
Enum values:
|
message | String | The exception message. |
Return Value
None.