.NET User Exits › CA Gen .NET Servers › com.ca.gen.exits.scrt.SecurityValidationExit – C# Server Security Validation Exit › Method › Return Code
To indicate an error condition, throw a GenException (i.e. throw new GenException("error message")).
To indicate an access failure, throw an UnauthorizedAccessException.