Uiinfrastructure API Docs  
 

UIError Constructor (UIErrorLevel, UIErrorScope, Exception, String, String)

Creates a new UIError object.

public UIError(
   UIErrorLevel level,
   UIErrorScope scope,
   Exception exception,
   string message,
   string extendedMessage
);

Parameters

level
UIErrorLevel enumeration indicates the severity of this error.
scope
UIErrorScope enumeration indicates the intended audience of this error.
exception
Previously caught exception might provide valuable clues to debuggers.
message
This message will be displayed to the user.
extendedMessage
This message will be embedded in HTML comments.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace | UIError Constructor Overload List