Type Summary

						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 ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.