Searched refs:NotImplementedException (Results 1 – 15 of 15) sorted by relevance
37 throw new NotImplementedException(); in BlockingUnaryCall()42 throw new NotImplementedException(); in AsyncUnaryCall()47 throw new NotImplementedException(); in AsyncServerStreamingCall()52 throw new NotImplementedException(); in AsyncClientStreamingCall()57 throw new NotImplementedException(); in AsyncDuplexStreamingCall()
39 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.UnaryCall(new SimpleReque… in DefaultMethodStubThrows_UnaryCall()45 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingInputCall()); in DefaultMethodStubThrows_ClientStreaming()51 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingOutputCall(new S… in DefaultMethodStubThrows_ServerStreaming()57 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.FullDuplexCall()); in DefaultMethodStubThrows_DuplexStreaming()
91 throw new NotImplementedException(); in HalfDuplexCall()
54 …etionRegistry(environment, () => throw new NotImplementedException(), () => throw new NotImplement… in ThreadBody()
55 …nvironment, () => environment.BatchContextPool.Lease(), () => throw new NotImplementedException()); in ThreadBody()
113 throw new NotImplementedException(); in StartUnary()
270 throw new System.NotImplementedException(); in OpenConnection()392 throw new System.NotImplementedException(); in Dispatch()
139 throw new NotImplementedException(); in Ack()
333 throw new System.NotImplementedException(); in OpenConnection()512 throw new System.NotImplementedException(); in Dispatch()
153 throw new NotImplementedException(); in Ack()
192 throw new System.NotImplementedException(); in GetHashCode()
843 throw new NotImplementedException("Big Endian Support not implemented yet " +879 throw new NotImplementedException("Big Endian Support not implemented yet " +
221 throw new System.NotImplementedException(); in GetHashCode()
362 throw new NotImplementedException("Haven't worked out what to do for null yet"); in ParseSingleValue()
430 class NotImplementedException : public std::exception class433 NotImplementedException( SourceLineInfo const& lineInfo );434 NotImplementedException( NotImplementedException const& ) {} in NotImplementedException() function in Catch::NotImplementedException436 virtual ~NotImplementedException() CATCH_NOEXCEPT {} in ~NotImplementedException()448 #define CATCH_NOT_IMPLEMENTED throw Catch::NotImplementedException( CATCH_INTERNAL_LINEINFO )6756 NotImplementedException::NotImplementedException( SourceLineInfo const& lineInfo ) in NotImplementedException() function in Catch::NotImplementedException6764 const char* NotImplementedException::what() const CATCH_NOEXCEPT { in what()