6.18.2 OraclePermission Constructor

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