MonobjcMonobjc Documented Class Library
Code Property
NamespacesMonobjc.FoundationNSErrorCode

Returns the receiver’s error code.

Original signature is '- (NSInteger)code'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger Code { get; }
Public Overridable ReadOnly Property Code As NSInteger
	Get
public:
virtual property NSInteger Code {
	NSInteger get ();
}
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)