Top Constructor Summary
Options Name Purpose
NotImplementedException () Constructor for the NotImplementedException class
NotImplementedException (character) Constructor for the NotImplementedException class
NotImplementedException (character, character) Constructor for the NotImplementedException class
NotImplementedException (Error) Constructor for the NotImplementedException class
NotImplementedException (Error, character, character) Constructor for the NotImplementedException class

Top Property Summary
Options Name Purpose
CHARACTER ClassName
CHARACTER MethodName


Constructor Detail
Top

NotImplementedException ()

Purpose: Constructor for the NotImplementedException class
Notes:

Top

NotImplementedException (character)

Purpose: Constructor for the NotImplementedException class
Notes: Expects the method and class name as a single CHARACTER parameter, SPACE delimited as returned by PROGRAM-NAME(1)

Parameters:
pcMethodClassName CHARACTER
The single parameter combining Method and Class name as returned by PROGRAM-NAME(1)
Top

NotImplementedException (character, character)

Purpose: Constructor for the NotImplementedException class
Notes:

Parameters:
pcMethodName CHARACTER
The name of the method that is not implemented
pcClassName CHARACTER
The name of the class that caused this NotImplementedException
Top

NotImplementedException (Error)

Purpose: Constructor for the NotImplementedException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
Top

NotImplementedException (Error, character, character)

Purpose: Constructor for the NotImplementedException class
Notes:

Parameters:
poInnerException Progress.Lang.Error
The reference to the original error
pcMethodName CHARACTER
The name of the method that is not implemented
pcClassName CHARACTER
The name of the class that caused this NotImplementedException


Property Detail
Top

CHARACTER ClassName


Returns CHARACTER
Top

CHARACTER MethodName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:17