NonRepeatableRequestException Constructors

Definition

Overloads

Name Description
NonRepeatableRequestException()

Creates a new NonRepeatableEntityException with a null detail message.

NonRepeatableRequestException(String)

Creates a new NonRepeatableRequestException with the specified detail message.

NonRepeatableRequestException(IntPtr, JniHandleOwnership)

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

NonRepeatableRequestException()

Creates a new NonRepeatableEntityException with a null detail message.

[Android.Runtime.Register(".ctor", "()V", "")]
public NonRepeatableRequestException();
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

NonRepeatableRequestException(String)

Creates a new NonRepeatableRequestException with the specified detail message.

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

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

NonRepeatableRequestException(IntPtr, JniHandleOwnership)

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

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

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