![]() |
Apama API Reference for .NET
10.15.0.2
|
EventServiceException is a base exception class for all other specialized exceptions within with the Event Service. More...
Inherits ApamaException.
Inherited by Apama.Services.Event.CommunicationException, and Apama.Services.Event.ResponseTimeoutException.
Public Member Functions | |
| EventServiceException (string message) | |
| Create a simple EventServiceException exception with the given message. More... | |
| EventServiceException (string message, System.Exception cause) | |
| Create a compound exception with the given message and that references the given exception. More... | |
| EventServiceException (System.Exception cause) | |
| Create a compound exception that references the given "cause" exception. More... | |
EventServiceException is a base exception class for all other specialized exceptions within with the Event Service.
| Apama.Services.Event.EventServiceException.EventServiceException | ( | string | message | ) |
Create a simple EventServiceException exception with the given message.
| message |
| Apama.Services.Event.EventServiceException.EventServiceException | ( | 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.Event.EventServiceException.EventServiceException | ( | 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. |