CommunicationException is a specialized exception for use with the Event Service that indicates that there is a problem communicating with the Correlator.
More...
Inherits Apama.Services.Event.EventServiceException.
CommunicationException is a specialized exception for use with the Event Service that indicates that there is a problem communicating with the Correlator.
◆ CommunicationException() [1/3]
Apama.Services.Event.CommunicationException.CommunicationException |
( |
string |
message | ) |
|
◆ CommunicationException() [2/3]
Apama.Services.Event.CommunicationException.CommunicationException |
( |
string |
message, |
|
|
System.Exception |
cause |
|
) |
| |
Create a compound exception with the given message and that references the given exception.
- Parameters
-
message | The exception message. |
cause | The exception to be wrapped. |
◆ CommunicationException() [3/3]
Apama.Services.Event.CommunicationException.CommunicationException |
( |
System.Exception |
cause | ) |
|
Create a compound exception that references the given "cause" exception.
- Parameters
-
cause | The wrapped exception that is the cause of throwing this exception. |