Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

CosTradingDynamic::DPEvalFailure Exception Reference

This exception is thrown when a dynamic property cannot be evaluated. More...

import "CosTradingDynamic.idl";

List of all members.

Public Attributes

CosTrading::PropertyName name
 The name of the property. More...

CORBA::TypeCode returned_type
 The type of the property. More...

any extra_info
 Any extra information asociated with the property. More...


Detailed Description

This exception is thrown when a dynamic property cannot be evaluated.


Member Data Documentation

any CosTradingDynamic::DPEvalFailure::extra_info
 

Any extra information asociated with the property.

CosTrading::PropertyName CosTradingDynamic::DPEvalFailure::name
 

The name of the property.

CORBA::TypeCode CosTradingDynamic::DPEvalFailure::returned_type
 

The type of the property.