MonobjcMonobjc Documented Class Library
Reason Property
NamespacesMonobjc.FoundationNSExceptionReason

Returns an NSString object containing a “human-readable” reason for the receiver.

Original signature is '- (NSString *)reason'

Available in Mac OS X v10.0 and later.

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