Class ConflictException
- Namespace
- adas_core.Application.Exceptions
- Assembly
- adas-core.Application.dll
Represents an exception that is thrown when a conflict is encountered, such as a resource state mismatch or a duplicate entry.
public class ConflictException : Exception, ISerializable
- Inheritance
-
ConflictException
- Implements
- Inherited Members
- Extension Methods
Constructors
ConflictException(string)
Initializes a new instance of the ConflictException class with a specified error message.
public ConflictException(string message)
Parameters
messagestringThe message that describes the error.
ConflictException(ErrorMessage)
Initializes a new instance of the ConflictException class with a specified error message.
public ConflictException(HttpEnum.ErrorMessage message)
Parameters
messageHttpEnum.ErrorMessageThe error message that describes the conflict.