![]() |
Apama API Reference for .NET
10.15.0.2
|
ResponseTimeoutException is a specialized exception for use with the Event Service that indicates that a request-response timeout has been exceeded. More...
Inherits Apama.Services.Event.EventServiceException.
Public Member Functions | |
| ResponseTimeoutException (string message) | |
| ResponseTimeoutException constructor More... | |
| ResponseTimeoutException (string message, System.Exception cause) | |
| ResponseTimeoutException constructor More... | |
| ResponseTimeoutException (System.Exception cause) | |
| ResponseTimeoutException constructor More... | |
Public Member Functions inherited from Apama.Services.Event.EventServiceException | |
| 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... | |
ResponseTimeoutException is a specialized exception for use with the Event Service that indicates that a request-response timeout has been exceeded.
| Apama.Services.Event.ResponseTimeoutException.ResponseTimeoutException | ( | string | message | ) |
ResponseTimeoutException constructor
| message | Message for the exception |
| Apama.Services.Event.ResponseTimeoutException.ResponseTimeoutException | ( | string | message, |
| System.Exception | cause | ||
| ) |
ResponseTimeoutException constructor
| message | Message for the exception |
| cause | Inner exception for the exception |
| Apama.Services.Event.ResponseTimeoutException.ResponseTimeoutException | ( | System.Exception | cause | ) |
ResponseTimeoutException constructor
| cause | Inner exception for the exception |