|  | Uiinfrastructure API Docs | |
| InterpreterException Constructor (Int32, String, String, Int32) |
Contructor.
public InterpreterException(
int _nMessageStringID,
string _strResourceFileName,
string _strNonLocalizedMessage,
int _nHttpStatusCode);
Parameters
-
_nMessageStringID
- the message string ID in the resource file
-
_strResourceFileName
- the name of the resource file
-
_strNonLocalizedMessage
- the non-localized version of the message
-
_nHttpStatusCode
- the HTTP status code for the HTTP response
See Also
InterpreterException Class | com.plumtree.uiinfrastructure.interpreter Namespace | InterpreterException Constructor Overload List