Searched refs:NotSupportedException (Results 1 – 17 of 17) sorted by relevance
34 throw new NotSupportedException(); in Add()39 throw new NotSupportedException(); in Clear()64 throw new NotSupportedException(); in Insert()85 throw new NotSupportedException(); in Remove()90 throw new NotSupportedException(); in RemoveAt()257 throw new NotSupportedException(); in IList.Add()262 throw new NotSupportedException(); in IList.Clear()283 throw new NotSupportedException(); in IList.Insert()308 throw new NotSupportedException(); in IList.Remove()313 throw new NotSupportedException(); in IList.RemoveAt()[all …]
156 if (!CanRead) throw new NotSupportedException(); in Read()183 if (!CanRead) throw new NotSupportedException(); in ReadByte()201 if (!CanWrite) throw new NotSupportedException(); in Write()228 if (!CanWrite) throw new NotSupportedException(); in WriteByte()245 throw new NotSupportedException(); in SetLength()257 throw new NotSupportedException(); in Seek()279 throw new NotSupportedException();283 throw new NotSupportedException();296 throw new NotSupportedException();
36 using NotSupportedException = System.NotSupportedException; typedef78 throw new NotSupportedException( "dup can't be called for a node stream." ); in Dup()
36 using NotSupportedException = System.NotSupportedException; typedef83 throw new NotSupportedException( "dup can't be called for a token stream." ); in Dup()
40 using NotSupportedException = System.NotSupportedException; typedef291 throw new NotSupportedException( "don't know enough about Tree node" ); in SetType()305 throw new NotSupportedException( "don't know enough about Tree node" ); in SetText()512 throw new NotSupportedException(); in GetTree()
39 using NotSupportedException = System.NotSupportedException; typedef
36 using NotSupportedException = System.NotSupportedException; typedef89 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
42 using NotSupportedException = System.NotSupportedException; typedef
37 using NotSupportedException = System.NotSupportedException; typedef154 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
43 using NotSupportedException = System.NotSupportedException; typedef
38 using NotSupportedException = System.NotSupportedException; typedef228 throw new NotSupportedException("don't know enough about Tree node"); in SetType()236 throw new NotSupportedException("don't know enough about Tree node"); in SetText()
38 using NotSupportedException = System.NotSupportedException; typedef
76 throw new NotSupportedException("dup can't be called for a node stream."); in Dup()
91 throw new NotSupportedException("dup can't be called for a token stream."); in Dup()
134 throw new System.NotSupportedException("streams are of unknown size");
157 throw new System.NotSupportedException( "streams are of unknown size" );
46 raise NotSupportedException, self.__setattr__50 raise NotSupportedException, self.__delattr__66 raise NotSupportedException, self.__setitem__70 raise NotSupportedException, self.__delitem__