Show / Hide Table of Contents

Class HttpTimeoutException

Exception that occurs when an HTTP request times out.

Inheritance
System.Object
System.Exception
HttpTimeoutException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class HttpTimeoutException : Exception

Constructors

| Improve this Doc View Source

HttpTimeoutException()

Initializes a new instance of the HttpTimeoutException class.

Declaration
public HttpTimeoutException()
| Improve this Doc View Source

HttpTimeoutException(String)

Initializes a new instance of the HttpTimeoutException class.

Declaration
public HttpTimeoutException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

| Improve this Doc View Source

HttpTimeoutException(String, Exception)

Initializes a new instance of the HttpTimeoutException class.

Declaration
public HttpTimeoutException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message that explains the reason for the exception.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Properties

| Improve this Doc View Source

Response

Gets the HTTP server response (if any).

Declaration
public IHttpResponse Response { get; }
Property Value
Type Description
IHttpResponse

The HTTP server response.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX