Namespace: OpenEdge.Core.System
Class 
UnsupportedOperationError
Parent classes:
Inherits: OpenEdge.Core.System.ApplicationError

Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:UnsupportedOperationError
Author(s):pjudge
Created:Wed Sep 02 13:46:49 EDT 2009




Method Summary
Options Name Purpose
# Object Clone ()
Inherited from OpenEdge.Core.System.ApplicationError
# LONGCHAR GetErrorMessage () /** Returns the resolved/substituted message text for the error. Note that this excludes the inner error, if any. @return longchar A resolved version of the error message. */
Inherited from OpenEdge.Core.System.ApplicationError
# CHARACTER GetShortMessage () /** Returns the resolved/substituted short message for the error. Note that this excludes the inner error, if any. @return character A resolve string version of the short message. */
Inherited from OpenEdge.Core.System.ApplicationError
# CHARACTER ToString ()
Inherited from OpenEdge.Core.System.ApplicationError

Constructor Summary
Options Name Purpose
UnsupportedOperationError ()
# UnsupportedOperationError (character, character)
# UnsupportedOperationError (Error, character, character)

Property Summary
Options Name Purpose
# Progress.Lang.Error InnerError
Inherited from OpenEdge.Core.System.ApplicationError


Method Detail
Top

PROTECTED Object Clone ()

Inherited from OpenEdge.Core.System.ApplicationError
Returns Object
Top

PROTECTED LONGCHAR GetErrorMessage ()

Inherited from OpenEdge.Core.System.ApplicationError
Purpose: Returns the resolved/substituted message text for the error. Note
that this excludes the inner error, if any.
Returns LONGCHAR
longchar A resolved version of the error message.
Top

PROTECTED CHARACTER GetShortMessage ()

Inherited from OpenEdge.Core.System.ApplicationError
Purpose: Returns the resolved/substituted short message for the error. Note
that this excludes the inner error, if any.
Returns CHARACTER
character A resolve string version of the short message.
Top

PROTECTED CHARACTER ToString ()

Inherited from OpenEdge.Core.System.ApplicationError
Returns CHARACTER


Constructor Detail
Top

STATIC UnsupportedOperationError ()

Top

PROTECTED UnsupportedOperationError (character, character)

Parameters:
pcArgs1 CHARACTER
pcArgs2 CHARACTER
Top

PROTECTED UnsupportedOperationError (Error, character, character)

Parameters:
poErr Progress.Lang.Error
pcArgs1 CHARACTER
pcArgs2 CHARACTER


Property Detail
Top

PROTECTED Progress.Lang.Error InnerError

Inherited from OpenEdge.Core.System.ApplicationError
Returns Progress.Lang.Error


10.27.2015 12:36:29