ProfilePersistenceException Class
Exception thrown if there is any problem in reading or writing the profile from or to the file system
Namespace: ASCOM.Utilities.ExceptionsAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
[SerializableAttribute]
public class ProfilePersistenceException : HelperException
<SerializableAttribute>
Public Class ProfilePersistenceException
Inherits HelperException
[SerializableAttribute]
public ref class ProfilePersistenceException : public HelperException
- Inheritance
- Object Exception HelperException ProfilePersistenceException
This 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.