UnknownCommandIssue Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders.Issues
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic UnknownCommandIssue(
PlaceholderLevel level,
string command
)
Public Sub New (
level As PlaceholderLevel,
command As String
)
public:
UnknownCommandIssue(
PlaceholderLevel^ level,
String^ command
)
Parameters
- level
- Type: MFiles.VAF.PlaceholdersPlaceholderLevel
The placeholder level. - command
- Type: SystemString
The command string.
See Also