Class BusinessException
- Namespace
- adas_core.Domain.Exceptions
- Assembly
- adas-core.Domain.dll
Represents an exception that aggregates one or more errors related to business logic or domain rule violations.
public class BusinessException : AggregateException, ISerializable
- Inheritance
-
BusinessException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BusinessException(HttpStatusCode, string)
public BusinessException(HttpStatusCode status, string message)
Parameters
statusHttpStatusCodemessagestring
BusinessException(string, Exception)
public BusinessException(string message, Exception exception)