NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PolicyException Class

The PolicyException class represents the exception that is raised when policy forbids code from running. This is typically because the code requests more permissions than the policy will grant or the policy is configured to prohibit running the code.

Object
   Exception
      PolicyException

[Visual Basic]
Public Class PolicyException
   Inherits Exception
[C#]
public class PolicyException : Exception
[C++]
public __gc class PolicyException : public Exception
[JScript]
public class PolicyException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Policy

Assembly: mscorlib.dll

See Also

PolicyException Members | System.Security.Policy Namespace