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*

エラー コンテキストを表すポインター値。

適用対象