PreviousNext
Help > Easycom .NET > Easycom namespace > EasycomException > EasycomNativeMessage Property
EasycomNativeMessage Property

          Class EasycomException

 

Syntax

public String property EasycomNativeMessage

 

Description

This property is a short native message, if available. This message comes from the AS/400 messaging system if the exception was caused by an AS/400 message or can be an Easycom internal message if this is a logic problem (like "Invalid FieldName").

For example, if an AS/400 message is caught, the EasycomNativeMessage will contain the message ID (like CPF5715).

 

NB: This value is sometime the same as EasycomNativeFullMessage.