Difference between revisions of "Extensions.File.FileLockException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileLockException'''}} == Classification == {{ClassificationException | FileLockException | Exception Type | Core.DataTypes.ComplexDataType|C...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileLockException'''}}
 
{{DISPLAYTITLE:Exception '''FileLockException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileLockException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileLockException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]}}
  
 
== Description ==
 
== Description ==
 
The '''FileLockException''' is the exception that is thrown when the operating system denies access because of an locked state of file (e.g. because for security reasons).
 
The '''FileLockException''' is the exception that is thrown when the operating system denies access because of an locked state of file (e.g. because for security reasons).

Revision as of 02:07, 27 September 2018

Classification

Name FileLockException
Class Complex Data Type
Base Data Type FileException
SpecifiedBy ISO 13209-3

Description

The FileLockException is the exception that is thrown when the operating system denies access because of an locked state of file (e.g. because for security reasons).