Aspectacular.AuthorizationAspect.ThrowAuthorizationException C# (CSharp) Method

ThrowAuthorizationException() protected method

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
return void
        protected virtual void ThrowAuthorizationException(string errorMsg)
        {
            throw new Exception(errorMsg);
        }