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!

SecurityException Class

Represents the exception that is thrown when there is a security error.

Object
   Exception
      SystemException
         SecurityException

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

Remarks

The SecurityExcecption is the exception class that is thrown when there is an error in security.

Requirements

Namespace: System.Security

Assembly: mscorlib.dll

See Also

SecurityException Members | System.Security Namespace