AppTaskException Constructor (String) |
Constructor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic AppTaskException(
string message
)
Public Sub New (
message As String
)
public:
AppTaskException(
String^ message
)
Parameters
- message
- Type: SystemString
The message.
See Also