Amss.Boilerplate.Web.Configuration.WebContainerExtension.BusinessValidationHandler.HandleException C# (CSharp) Метод

HandleException() публичный Метод

public HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
exception System.Exception
handlingInstanceId System.Guid
Результат System.Exception
            public Exception HandleException(Exception exception, Guid handlingInstanceId)
            {
                var result = new BusinessValidationException(exception.Message, exception);
                return result;
            }
WebContainerExtension.BusinessValidationHandler