MalformedCookieException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MalformedCookieException() |
Creates a new MalformedCookieException with a |
MalformedCookieException(String) |
Creates a new MalformedCookieException with a specified message string. |
MalformedCookieException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
MalformedCookieException(String, Throwable) |
Creates a new MalformedCookieException with the specified detail message and cause. |
MalformedCookieException()
Creates a new MalformedCookieException with a null
detail message.
[Android.Runtime.Register(".ctor", "()V", "")]
public MalformedCookieException ();
- 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
MalformedCookieException(String)
Creates a new MalformedCookieException with a specified message string.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MalformedCookieException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Cookies.MalformedCookieException : string -> Org.Apache.Http.Cookies.MalformedCookieException
Parameters
- message
- String
- 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
MalformedCookieException(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected MalformedCookieException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Cookies.MalformedCookieException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Cookies.MalformedCookieException
Parameters
- 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
MalformedCookieException(String, Throwable)
Creates a new MalformedCookieException with the specified detail message and cause.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public MalformedCookieException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.Cookies.MalformedCookieException : string * Java.Lang.Throwable -> Org.Apache.Http.Cookies.MalformedCookieException
Parameters
- message
- String
- cause
- Throwable
- 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.