3 references to net_PropertyNotSupportedException
System.Net.Requests (3)
System\Net\ExceptionHelper.cs (1)
8internal static NotSupportedException PropertyNotSupportedException => new NotSupportedException(SR.net_PropertyNotSupportedException);
System\Net\FileWebRequest.cs (2)
291get { throw new NotSupportedException(SR.net_PropertyNotSupportedException); } 292set { throw new NotSupportedException(SR.net_PropertyNotSupportedException); }