System.ComponentModel.Navigation.Controller.Error C# (CSharp) Метод

Error() защищенный Метод

Creates an ErrorActionResult that specifies the error that occurred in completing the action.
protected Error ( Exception error ) : ErrorActionResult
error System.Exception The error that occurred.
Результат ErrorActionResult
        protected ErrorActionResult Error(Exception error)
        {
            return new ErrorActionResult(error);
        }