Uiinfrastructure API Docs  
 

UIError.SetSessionKey Method 

Call this method to set the session key that was used to store this error on the user's session or application.

public virtual void SetSessionKey(
   string s
);

Parameters

s
String key.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace