March 2004
Intermediate to advanced
560 pages
26h 47m
English
public class SecurityException : SystemException { // Constructors public SecurityException (); public SecurityException (string message); public SecurityException (string message, Exception inner); MS CF public SecurityException (string message, Type type); MS CF public SecurityException (string message, Type type, string state); MS CF protected SecurityException (SerializationInfo info, StreamingContext context); // Properties MS CF 1.1 public string GrantedSet { get; } MS CF public string PermissionState { get; } MS CF public Type PermissionType { get; } MS CF 1.1 public string RefusedSet { get; } // Methods MS CF public override void GetObjectData (SerializationInfo info, StreamingContext context); MS CF public override string ...
Read now
Unlock full access