MonobjcMonobjc Documented Class Library
ScriptErrorOffendingObjectDescriptor Property
NamespacesMonobjc.FoundationNSScriptCommandScriptErrorOffendingObjectDescriptor

Returns the object descriptor that was put in the reply Apple event if the sender requested a reply, execution of the receiver completed, and an error number was set.

Original signature is '- (NSAppleEventDescriptor *)scriptErrorOffendingObjectDescriptor'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor ScriptErrorOffendingObjectDescriptor { get; set; }
Public Overridable Property ScriptErrorOffendingObjectDescriptor As NSAppleEventDescriptor
	Get
	Set
public:
virtual property NSAppleEventDescriptor^ ScriptErrorOffendingObjectDescriptor {
	NSAppleEventDescriptor^ get ();
	void set (NSAppleEventDescriptor^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)