共用方式為


SwiftError 結構

定義

重要

此 API 不符合 CLS 規範。

表示 Swift 錯誤內容,表示自變數是錯誤內容。

public value class SwiftError
[System.CLSCompliant(false)]
public readonly struct SwiftError
[<System.CLSCompliant(false)>]
type SwiftError = struct
Public Structure SwiftError
繼承
SwiftError
屬性

備註

此結構可用來從與 .NET 的 Interop 內容中的 Swift 函式擷取「錯誤」內容。

以下是如何宣告 SwiftError 的範例: [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [DllImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftError* error);

建構函式

SwiftError(Void*)

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

屬性

Value

取得錯誤內容的指標。

適用於