MissingWebOperationContextException(String) Constructor |
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 MissingWebOperationContextException(
string message
)
Public Sub New (
message As String
)
public:
MissingWebOperationContextException(
String^ message
)
new :
message : string -> MissingWebOperationContextException
Parameters
- message String
- The message that describes the error.
See Also