|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | AddMessagesFrom (Error) |
Adds error messages from another error to this Exception instance Inherited from Consultingwerk.Exceptions.Exception |
|
+ | Consultingwerk.Exceptions.Exception FromErrorMessageAndError (character, integer, Error) |
Creates an Exception using the given error message and number and
Existing Error Inherited from Consultingwerk.Exceptions.Exception |
Options | Name | Purpose | |
---|---|---|---|
+ | UniqueIndexRequiredException (character, character) |
Constructor of the Exception class |
|
+ | UniqueIndexRequiredException (character, integer, character) |
Constructor of the Exception class |
|
+ | UniqueIndexRequiredException (character, integer, character, logical) |
Constructor of the Exception class |
|
+ | UniqueIndexRequiredException (character, logical) |
Builds and returns a unique record identifier composed from field
values of either the primary unique index or the first unqiue index
of the table |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER BufferName |
Returns the name of the buffer that caused this exception |
|
+ | Progress.Lang.Error InnerException |
Returns the Error instance that caused the current exception. Inherited from Consultingwerk.Exceptions.Exception |
|
+ | LOGICAL PrimaryRequired |
Returns if the calling method did require a Primary unique index |
|
+ | SessionInfo SessionInfo |
Returns the Information aboult the Session the error occured in Inherited from Consultingwerk.Exceptions.Exception |
Top
PUBLIC AddMessagesFrom (Error)
|
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Exceptions.Exception FromErrorMessageAndError (character, integer, Error)
|
PUBLIC UniqueIndexRequiredException (character, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC UniqueIndexRequiredException (character, integer, character)
|
||||||||||||||||||||||||||||||
PUBLIC UniqueIndexRequiredException (character, integer, character, logical)
|
||||||||||||||||||||||||||||||
PUBLIC UniqueIndexRequiredException (character, logical)
|
PUBLIC CHARACTER BufferName
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Error InnerException
|
|||||||||||||
PUBLIC LOGICAL PrimaryRequired
|
|||||||||||||
PUBLIC SessionInfo SessionInfo
|