語言

StreamCorruptedException 建構函式

定義

多載

名稱 Description
StreamCorruptedException()

建立一個 StreamCorruptedException,並列出拋接原因。

StreamCorruptedException(String)

建立一個 StreamCorruptedException,並列出拋棄原因。

StreamCorruptedException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

StreamCorruptedException()

建立一個 StreamCorruptedException,並列出拋接原因。

[Android.Runtime.Register(".ctor", "()V", "")]
public StreamCorruptedException();
屬性

備註

建立一個 StreamCorruptedException,並列出拋接原因。

Java 文件 java.io.StreamCorruptedException.StreamCorruptedException()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

StreamCorruptedException(String)

建立一個 StreamCorruptedException,並列出拋棄原因。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public StreamCorruptedException(string? reason);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.IO.StreamCorruptedException : string -> Java.IO.StreamCorruptedException

參數

reason
String

描述例外原因的字串。

屬性

備註

建立一個 StreamCorruptedException,並列出拋棄原因。

Java 文件 java.io.StreamCorruptedException.StreamCorruptedException(java.lang.String)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

StreamCorruptedException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected StreamCorruptedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.IO.StreamCorruptedException : nativeint * Android.Runtime.JniHandleOwnership -> Java.IO.StreamCorruptedException

參數

javaReference
IntPtr

nativeint

IntPtrA 包含一個 Java 原生介面(JNI)物件參考。

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於