Searched refs:NotSupportedException (Results 1 – 25 of 37) sorted by relevance
12
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 …]
10 get {throw new System.NotSupportedException();}13 get {throw new System.NotSupportedException();}14 set {throw new System.NotSupportedException();}17 throw new System.NotSupportedException();20 throw new System.NotSupportedException();26 throw new System.NotSupportedException();29 throw new System.NotSupportedException();
75 get { throw new NotSupportedException(); }80 get { throw new NotSupportedException(); }81 set { throw new NotSupportedException(); }97 throw new NotSupportedException(); in Seek()102 throw new NotSupportedException(); in SetLength()107 throw new NotSupportedException(); in Write()
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();
199 get {throw new System.NotSupportedException();}202 get {throw new System.NotSupportedException();}203 set {throw new System.NotSupportedException();}206 throw new System.NotSupportedException(); in Seek()209 throw new System.NotSupportedException(); in SetLength()215 throw new System.NotSupportedException(); in BeginWrite()218 throw new System.NotSupportedException(); in Write()
38 using NotSupportedException = System.NotSupportedException; typedef167 throw new System.NotSupportedException( "streams are of unknown size" );246 … throw new NotSupportedException("can't seek before the beginning of this stream's buffer"); in Seek()266 …throw new NotSupportedException("can't look more than one token before the beginning of this strea… in LB()268 … throw new NotSupportedException("can't look past the end of this stream's buffer using LB(int)"); in LB()
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()
21 class NotSupportedException(Exception): class25 super(NotSupportedException, self).__init__()33 return (self.format + NotSupportedException.archError).format(
189 raise NotSupportedException("{0}", callee)217 raise NotSupportedException(221 raise NotSupportedException(242 raise NotSupportedException("{0}: Arithmetic on {1}-bits",259 raise NotSupportedException(
63 raise NotSupportedException(90 raise NotSupportedException(183 raise NotSupportedException("{0}: action_profile tables",187 hlirtable, NotSupportedException.archError)199 hlirtable, NotSupportedException.archError)
25 raise NotSupportedException(32 raise NotSupportedException(
20 raise NotSupportedException("{0} Variable-width field", parent)
36 using NotSupportedException = System.NotSupportedException; typedef89 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
37 using NotSupportedException = System.NotSupportedException; typedef154 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
39 using NotSupportedException = System.NotSupportedException; typedef427 catch (NotSupportedException) in ExtractInformationFromTreeNodeStream()
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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/transaction/ javax/ ...
97 throw new NotSupportedException("Getting typed span on a Big Endian " +137 throw new NotSupportedException("Getting typed arrays on a Big Endian " +
457 Assert.Throws<NotSupportedException>(() => keys.Clear()); in ViewsAreReadOnly()458 Assert.Throws<NotSupportedException>(() => keys.Remove("a")); in ViewsAreReadOnly()459 Assert.Throws<NotSupportedException>(() => keys.Add("a")); in ViewsAreReadOnly()
134 throw new System.NotSupportedException("streams are of unknown size");