August 2003
Intermediate to advanced
928 pages
32h 1m
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 UnauthorizedAccessException( ); public UnauthorizedAccessException(stringmessage); public UnauthorizedAccessException(stringmessage, Exceptioninner); // Protected Constructors protected UnauthorizedAccessException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
UnauthorizedAccessException