'Declaration Public Sub AddRange( _ ByVal filters() As GalleryToolItemGroupFilter _ )
public void AddRange( GalleryToolItemGroupFilter[] filters )
Exception | Description |
---|---|
System.ArgumentNullException | filters is null. |
System.ArgumentNullException | A filter in filters is null. |
System.ObjectDisposedException | A GalleryToolItemGroupFilter instance in filters has been disposed. |
System.InvalidOperationException | A GalleryToolItemGroupFilter instance in filters already belongs to another GalleryToolItemGroupFilterCollection. |
System.ArgumentException | A GalleryToolItemGroupFilter instance in filters has a key which is null or empty. |
System.ArgumentException | A GalleryToolItemGroupFilter instance in filters has a key which already exists in the collection. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2