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.ExceptionsAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax[SerializableAttribute]
public class ProfilePersistenceException : HelperException
<SerializableAttribute>
Public Class ProfilePersistenceException
Inherits HelperException
[SerializableAttribute]
public ref class ProfilePersistenceException : public HelperException
The ProfilePersistenceException type exposes the following members.
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