NTLMEngineException 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
NTLMEngineException() | |
NTLMEngineException(String) | |
NTLMEngineException(IntPtr, JniHandleOwnership) | |
NTLMEngineException(String, Throwable) |
NTLMEngineException()
[Android.Runtime.Register(".ctor", "()V", "")]
public NTLMEngineException ();
- 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
NTLMEngineException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public NTLMEngineException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Impl.Auth.NTLMEngineException : string -> Org.Apache.Http.Impl.Auth.NTLMEngineException
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
NTLMEngineException(IntPtr, JniHandleOwnership)
protected NTLMEngineException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Auth.NTLMEngineException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Auth.NTLMEngineException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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
NTLMEngineException(String, Throwable)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public NTLMEngineException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.Impl.Auth.NTLMEngineException : string * Java.Lang.Throwable -> Org.Apache.Http.Impl.Auth.NTLMEngineException
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.