StreamedHttpWebResponse.ExceptionCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets response exception code.
public:
property System::Net::WebExceptionStatus ExceptionCode { System::Net::WebExceptionStatus get(); void set(System::Net::WebExceptionStatus value); };
public System.Net.WebExceptionStatus ExceptionCode { get; set; }
member this.ExceptionCode : System.Net.WebExceptionStatus with get, set
Public Property ExceptionCode As WebExceptionStatus