36 public ConflictException(
string message, Exception innerException) : base(message, innerException) { }
ConflictException()
Construct a ConflictException
ConflictException(string message, Exception innerException)
Construct an ConflictException with a message and innerException
ConflictException(string message)
Construct an ConflictException with a message
ConflictException(ErrorMessage errorMessage, HttpStatusCode statusCode)
Construct an ConflictException with a errorMessage and statusCode
Occurs when the client performs an action that would result in data conflict
Represents an error message returned by the server
Exceptions thrown by IServerClients