共用方式為


SwiftError(Void*) 建構函式

定義

使用指定的指標值,建立 SwiftError 結構的新實例。

public:
 SwiftError(void* value);
public SwiftError (void* value);
new System.Runtime.InteropServices.Swift.SwiftError : nativeptr<unit> -> System.Runtime.InteropServices.Swift.SwiftError

參數

value
Void*

表示錯誤內容的指標值。

適用於