HttpClientException Class

.NET Framework 4.5

The exception that is thrown when the HTTP client is connecting.

System::Object
  System::Exception
    Microsoft.AspNet.SignalR.Client::HttpClientException

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class HttpClientException : public Exception

The HttpClientException type exposes the following members.

  NameDescription
Public methodHttpClientException()Initializes a new instance of the HttpClientException class.
Public methodHttpClientException(HttpResponseMessage)Initializes a new instance of the HttpClientException class.
Public methodHttpClientException(String)Initializes a new instance of the HttpClientException class.
Public methodHttpClientException(String, Exception)Initializes a new instance of the HttpClientException class.
Top

  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyResponseGets or sets the response associated with this client.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSecurity Critical. (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top

  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top

  NameDescription
Public Extension MethodGetError Simplifies error recognition by unwrapping complex exceptions. (Defined by ErrorExtensions.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: