PortUnreachableException 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
PortUnreachableException() |
Construct a new |
PortUnreachableException(String) |
Constructs a new |
PortUnreachableException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
PortUnreachableException()
Construct a new PortUnreachableException
with no
detailed message.
[Android.Runtime.Register(".ctor", "()V", "")]
public PortUnreachableException ();
- Attributes
Remarks
Construct a new PortUnreachableException
with no detailed message.
Java documentation for java.net.PortUnreachableException.PortUnreachableException()
.
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
PortUnreachableException(String)
Constructs a new PortUnreachableException
with a
detail message.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public PortUnreachableException (string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Net.PortUnreachableException : string -> Java.Net.PortUnreachableException
Parameters
- msg
- String
the detail message
- Attributes
Remarks
Constructs a new PortUnreachableException
with a detail message.
Java documentation for java.net.PortUnreachableException.PortUnreachableException(java.lang.String)
.
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
PortUnreachableException(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected PortUnreachableException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Net.PortUnreachableException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Net.PortUnreachableException
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.