MonobjcMonobjc Documented Class Library
ObjectiveCException Constructor (message, innerException)
NamespacesMonobjcObjectiveCExceptionObjectiveCException(String, Exception)
Initializes a new instance of the ObjectiveCException class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
ObjectiveCException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The message.
innerException (Exception)
The inner exception.
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 (Module: Monobjc)