FileNotFoundException 类
找不到与文件相关的异常。
- 继承
-
FileNotFoundException
构造函数
FileNotFoundException(exception_message: str = '', target: Optional[str] = None, details: Optional[List[str]] = None, message_format: Optional[str] = None, message_parameters: Optional[Dict[str, str]] = None, reference_code: Optional[str] = None, has_pii: bool = True, azureml_error: Optional[azureml._common._error_definition.azureml_error.AzureMLError] = None, inner_exception: Optional[BaseException] = None)
参数
- exception_message
必需
有关异常的详细信息。
- target
默认值: None
- details
默认值: None
- message_format
默认值: None
- message_parameters
默认值: None
- reference_code
默认值: None
- has_pii
默认值: True
- azureml_error
默认值: None
- inner_exception
默认值: None
反馈
提交和查看相关反馈