March 2002
Intermediate to advanced
864 pages
31h 8m
English
UnauthorizedAccessException
This exception signals a failed attempt to access a resource (for example, trying to delete a read-only file).
public class UnauthorizedAccessException : SystemException { // Public Constructors public method UnauthorizedAccessException(); public method UnauthorizedAccessException(string message); public method UnauthorizedAccessException(string message, Exception inner); // Protected Constructors protected method UnauthorizedAccessException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→UnauthorizedAccessException