ConnectionPoolTimeoutException Constructors

Definition

Overloads

Name Description
ConnectionPoolTimeoutException()

Creates a ConnectTimeoutException with a null detail message.

ConnectionPoolTimeoutException(String)

Creates a ConnectionPoolTimeoutException with the specified detail message.

ConnectionPoolTimeoutException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ConnectionPoolTimeoutException()

Creates a ConnectTimeoutException with a null detail message.

[Android.Runtime.Register(".ctor", "()V", "")]
public ConnectionPoolTimeoutException();
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ConnectionPoolTimeoutException(String)

Creates a ConnectionPoolTimeoutException with the specified detail message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ConnectionPoolTimeoutException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Conn.ConnectionPoolTimeoutException : string -> Org.Apache.Http.Conn.ConnectionPoolTimeoutException

Parameters

message
String

The exception detail message

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ConnectionPoolTimeoutException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected ConnectionPoolTimeoutException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Conn.ConnectionPoolTimeoutException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Conn.ConnectionPoolTimeoutException

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to