The OraclePermission constructor instantiates a new instance of the OraclePermission class.
Declaration
// C#
public OraclePermission (PermissionState state);
Parameters
state
The state parameter takes one of the following two values: PermissionState.None or PermissionState.Unrestricted.
Exceptions
ArgumentException - The PermissionState value is invalid.