![]() |
Apama API Reference for .NET
9.10.0.4
|
A base class for Apama exceptions that callers may wish to catch. More...
Inherits ApplicationException.
Inherited by Apama.EngineException.
Public Member Functions | |
| ApamaException (string message) | |
| Create a simple exception with the given message. More... | |
| ApamaException (Exception exception) | |
| Create a compound exception that references the given exception. More... | |
| ApamaException (string message, Exception exception) | |
| Create a compound exception with the given message and that references the given exception. More... | |
A base class for Apama exceptions that callers may wish to catch.
| Apama.Util.ApamaException.ApamaException | ( | string | message | ) |
Create a simple exception with the given message.
| message | the message for the new exception. |
| Apama.Util.ApamaException.ApamaException | ( | Exception | exception | ) |
Create a compound exception that references the given exception.
| exception | The exception to be wrapped. |
| Apama.Util.ApamaException.ApamaException | ( | string | message, |
| Exception | exception | ||
| ) |
Create a compound exception with the given message and that references the given exception.
| message | The message for the new exception. |
| exception | The exception to be wrapped. |