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.
CORBA::TypeCode returned_type
 The type of the property.
any extra_info
 Any extra information asociated with the property.


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.