JobFrameworkException Constructor
Creates a new exception.
Syntax
public JobFrameworkException(
System.string msg,
System.bool allowRetry
)Public Function New( _
ByVal msg As System.String, _
Optional ByVal allowRetry As System.Boolean _
)Parameters
| Name | Description |
|---|---|
| msg | A message describing the error. |
| allowRetry | A flag describing permission to retry job. |