ExpressionParserException(String, Object) Constructor |
Namespace: Scanjour.Workflow4.Web.Services.Helpers.ExpressionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ExpressionParserException(
string format,
params Object[] arguments
)
Public Sub New (
format As String,
ParamArray arguments As Object()
)
public:
ExpressionParserException(
String^ format,
... array<Object^>^ arguments
)
new :
format : string *
arguments : Object[] -> ExpressionParserException
Parameters
- format String
- The format.
- arguments Object
- The arguments.
See Also