ProfilePersistenceException Class |
Exception thrown if there is any problem in reading or writing the profile from or to the file system
Inheritance Hierarchy
Namespace:
ASCOM.Utilities.Exceptions
Assembly:
ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax[SerializableAttribute]
public class ProfilePersistenceException : HelperException
<SerializableAttribute>
Public Class ProfilePersistenceException
Inherits HelperException
[SerializableAttribute]
public ref class ProfilePersistenceException : public HelperException
Constructors
RemarksThis is an ifrastructural exception indicatig that there is a problem at the file access layer
in the profile code. Possible underlying reasons are security access permissions, file system full and hardware failure.
See Also