ProcessCommandLineErrors
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
ProcessCommandLineErrors
Use these constants in the ApplicationMgr.ProcessUserCommandLineArguments event to specify an error that occurs while processing the command line.
- ProcessCommandLineError_CustomError –(Value: 2) Specifies that an error you define occurred while processing the command line.
- ProcessCommandLineError_None –(Value: 0) Specifies that no error occurred while processing the command line.
- ProcessCommandLineError_UnrecognizedArgumentError –(Value: 1) Specifies that you encountered an unrecognized command-line argument while processing the command line.