2using System.Collections.Generic;
13 private readonly
string collection;
34 public KeyValuePair<string, object>[]
Tags
38 if (
string.IsNullOrEmpty(this.collection))
39 return new KeyValuePair<string, object>[0];
42 return new KeyValuePair<string, object>[]
44 new KeyValuePair<string, object>(
"Collection", this.collection)
Exception related to a collection.
CollectionException(string Message, string Collection)
Exception related to a collection.
string Collection
Collection.
KeyValuePair< string, object >[] Tags
Tags related to the object.
Base class for database exceptions.