Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Services.Scenario.ScenarioServiceException Class Reference

ScenarioServiceException is a base exception class for all other specialized exceptions within with the Scenario Service. More...

Inherits Exception.

Inherited by Apama.Services.Scenario.InvalidInputParameterException.

Public Member Functions

 ScenarioServiceException ()
 Create a simple ScenarioServiceException exception with no message. More...
 
 ScenarioServiceException (string message)
 Create a simple ScenarioServiceException exception with a given message. More...
 
 ScenarioServiceException (string message, System.Exception cause)
 Create a compound exception with the given message and that references the given exception. More...
 
 ScenarioServiceException (System.Exception cause)
 Create a compound exception that references the given "cause" exception. More...
 

Detailed Description

ScenarioServiceException is a base exception class for all other specialized exceptions within with the Scenario Service.

Constructor & Destructor Documentation

Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException ( )

Create a simple ScenarioServiceException exception with no message.

Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException ( string  message)

Create a simple ScenarioServiceException exception with a given message.

Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException ( string  message,
System.Exception  cause 
)

Create a compound exception with the given message and that references the given exception.

Parameters
messageThe exception message.
causeThe exception to be wrapped.
Apama.Services.Scenario.ScenarioServiceException.ScenarioServiceException ( System.Exception  cause)

Create a compound exception that references the given "cause" exception.

Parameters
causeThe wrapped exception that is the cause of throwing this exception.
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.