RestrictedAccessException Class

Exception thrown when an attempt is made to write to a protected part of the the Profile store that is reserved for Platform use. An example is attempting to write to the the default value of a device driver profile. This value is reserved for use by the Chooser to display the device description and is set by the Profile.Register method.

Definition

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

Constructors

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

See Also