MonobjcMonobjc Documented Class Library
ScriptErrorNumber Property
NamespacesMonobjc.FoundationNSScriptCommandScriptErrorNumber

Returns the script error number, if any, associated with execution of the command.

Original signature is '- (int)scriptErrorNumber'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int ScriptErrorNumber { get; set; }
Public Overridable Property ScriptErrorNumber As Integer
	Get
	Set
public:
virtual property int ScriptErrorNumber {
	int get ();
	void set (int 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)