Click or drag to resize

ProfilePersistenceException Class

Exception thrown if there is any problem in reading or writing the profile from or to the file system
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Utilities.ExceptionsProfilePersistenceException

Namespace:  ASCOM.Utilities.Exceptions
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
[SerializableAttribute]
public class ProfilePersistenceException : HelperException
Constructors
  NameDescription
Public methodProfilePersistenceException(String)
Create a new exception with message
Public methodProfilePersistenceException(SerializationInfo, StreamingContext)
Serialise the exception
Public methodProfilePersistenceException(String, Exception)
Create a new exception with message
Top
Remarks
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.
See Also