CmdLineError Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies errors that occur when you run the command-line compiler jsc.exe. This enumeration is used to create CmdLineException objects.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| AssemblyNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. The referenced assembly '{0}' could not be found. | |
| CannotCreateEngine | This API supports the product infrastructure and is not intended to be used directly from your code. Cannot create JScript engine. | |
| CompilerConstant | This API supports the product infrastructure and is not intended to be used directly from your code. Cannot change value of compiler constant '{0}'. | |
| DuplicateFileAsSourceAndAssembly | This API supports the product infrastructure and is not intended to be used directly from your code. Duplicate file name: '{0}' is listed as both a source file and an imported assembly. | |
| DuplicateResourceFile | This API supports the product infrastructure and is not intended to be used directly from your code. Resource file '{0}' referenced more than once. | |
| DuplicateResourceName | This API supports the product infrastructure and is not intended to be used directly from your code. Resource name '{0}' is not unique. | |
| DuplicateSourceFile | This API supports the product infrastructure and is not intended to be used directly from your code. Duplicate file name: '{0}' is listed as a source file more than once. | |
| ErrorSavingCompiledState | This API supports the product infrastructure and is not intended to be used directly from your code. Error saving compiled state: {0}. | |
| IncompatibleTargets | This API supports the product infrastructure and is not intended to be used directly from your code. The value of the GenerateExecutable property is not compatible with target type '{0}'. | |
| InvalidAssembly | This API supports the product infrastructure and is not intended to be used directly from your code. '{0}' is not a valid assembly. | |
| InvalidCharacters | This API supports the product infrastructure and is not intended to be used directly from your code. File name '{0}' contains invalid characters (wildcard characters are not supported). | |
| InvalidCodePage | This API supports the product infrastructure and is not intended to be used directly from your code. Code page '{0}' is invalid or not installed. | |
| InvalidDefinition | This API supports the product infrastructure and is not intended to be used directly from your code. Definition '{0}' must be assigned a Boolean or integral value. | |
| InvalidForCompilerOptions | This API supports the product infrastructure and is not intended to be used directly from your code. '{0}' is not allowed in the CompilerOptions field. | |
| InvalidLocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Locale ID '{0}' is invalid or not installed. | |
| InvalidPlatform | This API supports the product infrastructure and is not intended to be used directly from your code. Platform '{0}' is invalid. Specify 'x86', 'Itanium', 'x64', or 'anycpu'. | |
| InvalidSourceFile | This API supports the product infrastructure and is not intended to be used directly from your code. '{0}' is not a valid source file. | |
| InvalidTarget | This API supports the product infrastructure and is not intended to be used directly from your code. Target '{0}' is invalid. Specify 'exe' or 'library'. | |
| InvalidVersion | This API supports the product infrastructure and is not intended to be used directly from your code. '{0}' is not a valid version string. | |
| InvalidWarningLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Invalid warning level specified with option '{0}'. | |
| LAST | This API supports the product infrastructure and is not intended to be used directly from your code. A placeholder enumeration member that contains the same value as the last (highest) assigned enumeration value. | |
| ManagedResourceNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. Managed resource '{0}' was not found. | |
| MissingDefineArgument | This API supports the product infrastructure and is not intended to be used directly from your code. Missing identifier for '-define:' command-line option. | |
| MissingExtension | This API supports the product infrastructure and is not intended to be used directly from your code. Missing file extension for '{0}'. | |
| MissingLibArgument | This API supports the product infrastructure and is not intended to be used directly from your code. Missing file specification for '-lib:' command-line option. | |
| MissingReference | This API supports the product infrastructure and is not intended to be used directly from your code. Missing reference in argument list '{0}'. | |
| MissingVersionInfo | This API supports the product infrastructure and is not intended to be used directly from your code. Missing version information in -assembly.version option. | |
| MultipleOutputNames | This API supports the product infrastructure and is not intended to be used directly from your code. Multiple output file names specified. | |
| MultipleTargets | This API supports the product infrastructure and is not intended to be used directly from your code. Multiple targets specified. | |
| MultipleWin32Resources | This API supports the product infrastructure and is not intended to be used directly from your code. Cannot specify more than one Win32 resource file. | |
| NestedResponseFiles | This API supports the product infrastructure and is not intended to be used directly from your code. Cannot process nested response files. | |
| NoCodePage | This API supports the product infrastructure and is not intended to be used directly from your code. No code page is specified with option '{0}'. | |
| NoError | This API supports the product infrastructure and is not intended to be used directly from your code. No error. This is the default value. | |
| NoFileName | This API supports the product infrastructure and is not intended to be used directly from your code. No file name specified with option '{0}'. | |
| NoInputSourcesSpecified | This API supports the product infrastructure and is not intended to be used directly from your code. No input sources specified. | |
| NoLocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. No Locale ID is specified with option '{0}'. | |
| NoWarningLevel | This API supports the product infrastructure and is not intended to be used directly from your code. No warning level specified with option '{0}'. | |
| ResourceNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. Win32 resource '{0}' was not found. | |
| SourceFileTooBig | This API supports the product infrastructure and is not intended to be used directly from your code. Source file too big. | |
| SourceNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. Could not find source file '{0}'. | |
| UnknownOption | This API supports the product infrastructure and is not intended to be used directly from your code. Unknown option '{0}'. | |
| Unspecified | This API supports the product infrastructure and is not intended to be used directly from your code. Unspecified error. |
Available since 1.1