| MacroFeatureRebuldStatusResult Constructor |
Namespace:
CodeStack.SwEx.MacroFeature.Base
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax protected MacroFeatureRebuldStatusResult(
bool status,
string error = ""
)
Protected Sub New (
status As Boolean,
Optional error As String = ""
)
protected:
MacroFeatureRebuldStatusResult(
bool status,
String^ error = L""
)
Parameters
- status
- Type: SystemBoolean
- error (Optional)
- Type: SystemString
See Also