Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.ThrowMethodNotAllowedException Method

[This is preliminary documentation and subject to change.]

Throws a SecurityException with default error message ("The collection cannot be modified at this time.").

Overload List

Throws a SecurityException with default error message ("The collection cannot be modified at this time.").

protected void ThrowMethodNotAllowedException();

Throw a SecurityException with the specified error message.

protected virtual void ThrowMethodNotAllowedException(string);

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace