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.

C# | Visual Basic | Visual 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); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)