Creating a custom exception in Dotnetnuke
Hello,
There is a very simple way of creating a custom exception in dotnetnuke. All that you need is the custom text as the error message as shown below.
DotNetNuke.Services.Exceptions.Exceptions.LogException(new Exception(“Error processing information”));
Advertisement
Leave a Comment