NTLMEngineException 构造函数

定义

重载

NTLMEngineException()

[Android.Runtime.Register(".ctor", "()V", "")]
public NTLMEngineException();
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

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

参数

message
String
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

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

参数

javaReference
IntPtr

nativeint

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

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

参数

message
String
cause
Throwable
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于