public DocumentExistsException(IKeyValueErrorContext context) : base(context)
 {
 }
Example #2
0
 public ValueToolargeException(IKeyValueErrorContext context) : base(context)
 {
 }
 public DocumentNotFoundException(IKeyValueErrorContext context) : base(context)
 {
 }