ClientRoleProvider.RoleExists(String) Method

Definition

This method is not used by this class.

public:
 override bool RoleExists(System::String ^ roleName);
public override bool RoleExists (string roleName);
override this.RoleExists : string -> bool
Public Overrides Function RoleExists (roleName As String) As Boolean

Parameters

roleName
String

Not used.

Returns

Not applicable. This method always throws an exception.

Exceptions

Always thrown.

Applies to

See also