18 references to MethodNotImplementedException
System (18)
net\System\Net\_SSPIWrapper.cs (1)
428
default: throw ExceptionHelper.
MethodNotImplementedException
;
net\System\Net\EndPoint.cs (2)
40
throw ExceptionHelper.
MethodNotImplementedException
;
49
throw ExceptionHelper.
MethodNotImplementedException
;
net\System\Net\NetworkInformation\IPGlobalProperties.cs (3)
77
throw ExceptionHelper.
MethodNotImplementedException
;
82
throw ExceptionHelper.
MethodNotImplementedException
;
87
throw ExceptionHelper.
MethodNotImplementedException
;
net\System\Net\WebRequest.cs (11)
811
throw ExceptionHelper.
MethodNotImplementedException
;
822
throw ExceptionHelper.
MethodNotImplementedException
;
830
throw ExceptionHelper.
MethodNotImplementedException
;
838
throw ExceptionHelper.
MethodNotImplementedException
;
847
throw ExceptionHelper.
MethodNotImplementedException
;
856
throw ExceptionHelper.
MethodNotImplementedException
;
947
throw ExceptionHelper.
MethodNotImplementedException
;
987
throw ExceptionHelper.
MethodNotImplementedException
;
992
throw ExceptionHelper.
MethodNotImplementedException
;
997
throw ExceptionHelper.
MethodNotImplementedException
;
1018
throw ExceptionHelper.
MethodNotImplementedException
;
net\System\Net\WebResponse.cs (1)
189
throw ExceptionHelper.
MethodNotImplementedException
;