Operation1
Exception
(Generated Exception) is thrown by Operation1
Reply
(Generated Service Reply) and Interface1
Impl
(Generated Service Implementation).
BEATuxBldr · Exception · AppException · Operation1
Exception (Generated Exception)
An exception is generated for each operation in the Contract Repository that throws an exception, with a name in the form of Operation1
Exception
, where Operation1
is the name of the operation in the Contract Repository.
For exception parameters of a simple or structure type, the generated data member will be declared with that type. The simple types supported by the C++ Expert are listed in the Programming Model and Data Type Mapping section. For exception parameters of the array type, the generated data member will be declared with a pointer to the array element type.
This section lists the data members of Operation1
Exception
(Generated Exception).
Generated data member for an exception parameter of a simple type.
The name of a generated exception parameter is the same as the name of the parameter in the Contract Repository, prefixed with an underscore character (_).
Generated data member for an exception parameter of an aggregate type.
The name of a generated exception parameter is the same as the name of the parameter in the Contract Repository, prefixed with an underscore character (_).
This section lists the member functions of
_exception_parameter2
Synopsis
int
_exception_parameter2
Description
_exception_parameter3
Synopsis
struct
Struct1 _exception_parameter3
Description
Member Functions
Operation1
Exception
(Generated Exception).
Member Function | Access | Documented in |
---|---|---|
GetTpurcode |
public | |
GetMessage |
public |