StreamedHttpWebResponse.ErrorCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定回應錯誤碼。
public:
property Microsoft::VisualStudio::Utilities::Internal::ErrorCode ErrorCode { Microsoft::VisualStudio::Utilities::Internal::ErrorCode get(); void set(Microsoft::VisualStudio::Utilities::Internal::ErrorCode value); };
public Microsoft.VisualStudio.Utilities.Internal.ErrorCode ErrorCode { get; set; }
member this.ErrorCode : Microsoft.VisualStudio.Utilities.Internal.ErrorCode with get, set
Public Property ErrorCode As ErrorCode