Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Util.ApamaException Class Reference

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...
 

Detailed Description

A base class for Apama exceptions that callers may wish to catch.

Constructor & Destructor Documentation

Apama.Util.ApamaException.ApamaException ( string  message)

Create a simple exception with the given message.

Parameters
messagethe message for the new exception.
Apama.Util.ApamaException.ApamaException ( Exception  exception)

Create a compound exception that references the given exception.

Parameters
exceptionThe 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.

Parameters
messageThe message for the new exception.
exceptionThe exception to be wrapped.
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.