UserTaskUpdateResponseValidationException(String) Constructor |
Constructor with error message
Namespace: Scanjour.Workflow4.Web.Services.ExceptionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic UserTaskUpdateResponseValidationException(
string message
)
Public Sub New (
message As String
)
public:
UserTaskUpdateResponseValidationException(
String^ message
)
new :
message : string -> UserTaskUpdateResponseValidationException
Parameters
- message String
[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.Web.Services.Exceptions.UserTaskUpdateResponseValidationException.#ctor(System.String)"]
See Also