

Public Member Functions | |
| AccessException (Collection collection, Member member, Access.Rights desiredRights) | |
| Initializes a new instance of the object class where access is being requested. | |
| AccessException (Collection collection, Member member, Access.Rights desiredRights, string message) | |
| Initializes a new instance of the object class where access is being requested. | |
| AccessException (Collection collection, Member member, string message) | |
| Initializes a new instance of the object class where owner access is being requested. | |
Properties | |
| Collection | Collection [get] |
| Gets the collection where access was denied. | |
| Access.Rights | DesiredRights [get] |
| Gets the requested access rights. | |
| string | CurrentUserGuid [get] |
| Gets the user that is requesting the access to the collection. | |
| bool | DesiredOwnerAccess [get] |
| Gets whether the user is requesting owner access to the collection. | |
| Simias::Storage::AccessException::AccessException | ( | Collection | collection, | |
| Member | member, | |||
| Access.Rights | desiredRights | |||
| ) | [inline] |
Initializes a new instance of the object class where access is being requested.
| collection | Collection where access violation occurred. | |
| member | Member that is requesting the access. | |
| desiredRights | Requested access rights. |
| Simias::Storage::AccessException::AccessException | ( | Collection | collection, | |
| Member | member, | |||
| Access.Rights | desiredRights, | |||
| string | message | |||
| ) | [inline] |
Initializes a new instance of the object class where access is being requested.
| collection | Collection where access violation occurred. | |
| member | Member that is requesting the access. | |
| desiredRights | Requested access rights. | |
| message | Message to pass to exception. |
| Simias::Storage::AccessException::AccessException | ( | Collection | collection, | |
| Member | member, | |||
| string | message | |||
| ) | [inline] |
Initializes a new instance of the object class where owner access is being requested.
| collection | Collection where access violation occurred. | |
| member | Member that is requesting the access. | |
| message | Message to pass to exception. |
Collection Simias::Storage::AccessException::Collection [get] |
Gets the collection where access was denied.
Access.Rights Simias::Storage::AccessException::DesiredRights [get] |
Gets the requested access rights.
string Simias::Storage::AccessException::CurrentUserGuid [get] |
Gets the user that is requesting the access to the collection.
bool Simias::Storage::AccessException::DesiredOwnerAccess [get] |
Gets whether the user is requesting owner access to the collection.
1.5.6