![]() |
Apama API Reference for .NET
10.15.0.2
|
ScenarioServiceException is a base exception class for all other specialized exceptions within with the Scenario Service. More...
Inherits Exception.
Inherited by Apama.Services.Scenario.InvalidInputParameterException.
Public Member Functions | |
| ScenarioServiceException () | |
| Create a simple ScenarioServiceException exception with no message. More... | |
| ScenarioServiceException (string message) | |
| Create a simple ScenarioServiceException exception with a given message. More... | |
| ScenarioServiceException (string message, System.Exception cause) | |
| Create a compound exception with the given message and that references the given exception. More... | |
| ScenarioServiceException (System.Exception cause) | |
| Create a compound exception that references the given "cause" exception. More... | |
ScenarioServiceException is a base exception class for all other specialized exceptions within with the Scenario Service.
| Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException | ( | ) |
Create a simple ScenarioServiceException exception with no message.
| Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException | ( | string | message | ) |
Create a simple ScenarioServiceException exception with a given message.
| Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException | ( | string | message, |
| System.Exception | cause | ||
| ) |
Create a compound exception with the given message and that references the given exception.
| message | The exception message. |
| cause | The exception to be wrapped. |
| Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException | ( | System.Exception | cause | ) |
Create a compound exception that references the given "cause" exception.
| cause | The wrapped exception that is the cause of throwing this exception. |