SecurityException Constructor (String, Type, String)
Initializes a new instance of the SecurityException class with a specified error message, the permission type that caused the exception to be thrown, and the permission state.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
- Type: System.String
The error message that explains the reason for the exception.
- type
- Type: System.Type
The type of the permission that caused the exception to be thrown.
- state
- Type: System.String
The state of the permission that caused the exception to be thrown.
The following table shows the property values set by this constructor.
Property | Value |
|---|---|
The localized error message string specified by message. | |
The Type of the permission that failed, specified by type. | |
The demanded security permission, permission set, or permission set collection that failed. |
For an example of the use of a SecurityException constructor, see the example provided for the SecurityException(String, Object, Object, MethodInfo, Object, IPermission) constructor.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.