Aspectacular.AuthorizationAspect.ThrowAuthorizationException C# (CSharp) Méthode

ThrowAuthorizationException() protected méthode

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
Résultat void
        protected virtual void ThrowAuthorizationException(string errorMsg)
        {
            throw new Exception(errorMsg);
        }