MonobjcMonobjc Documented Class Library
ScriptErrorExpectedTypeDescriptor Property
NamespacesMonobjc.FoundationNSScriptCommandScriptErrorExpectedTypeDescriptor

Returns the type 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 *)scriptErrorExpectedTypeDescriptor'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor ScriptErrorExpectedTypeDescriptor { get; set; }
Public Overridable Property ScriptErrorExpectedTypeDescriptor As NSAppleEventDescriptor
	Get
	Set
public:
virtual property NSAppleEventDescriptor^ ScriptErrorExpectedTypeDescriptor {
	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)