Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.ThrowMethodNotAllowedException Method (String)

[This is preliminary documentation and subject to change.]

Throw a SecurityException with the specified error message.

[Visual Basic]
Overridable Overloads Protected Sub ThrowMethodNotAllowedException( _
   ByVal message As String _
)
[C#]
protected virtual void ThrowMethodNotAllowedException(
   string message
);

Parameters

message
The error message.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace | CollectionUpdaterBase.ThrowMethodNotAllowedException Overload List