ProfilePersistenceException Class

Exception thrown if there is any problem in reading or writing the profile from or to the file system

Definition

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class ProfilePersistenceException : HelperException
Inheritance
Object    Exception    HelperException    ProfilePersistenceException

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.

Constructors

ProfilePersistenceException(String) Create a new exception with message
ProfilePersistenceException(SerializationInfo, StreamingContext) Serialise the exception
ProfilePersistenceException(String, Exception) Create a new exception with message

See Also