次の方法で共有


NSViewController.PresentError メソッド

定義

オーバーロード

PresentError(NSError)
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr)

PresentError(NSError)

[Foundation.Export("presentError:")]
public virtual bool PresentError (Foundation.NSError error);
override this.PresentError : Foundation.NSError -> bool

パラメーター

error
NSError

戻り値

属性

適用対象

PresentError(NSError, NSWindow, NSObject, Selector, IntPtr)

public void PresentError (Foundation.NSError error, AppKit.NSWindow window, Foundation.NSObject delegate, ObjCRuntime.Selector didPresentSelector, IntPtr contextInfo);
override this.PresentError : Foundation.NSError * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit

パラメーター

error
NSError
window
NSWindow
delegate
NSObject
didPresentSelector
Selector
contextInfo
IntPtr

nativeint

適用対象