MonobjcMonobjc Documented Class Library
ObjectiveCCodeGenerationException Constructor (message)
NamespacesMonobjcObjectiveCCodeGenerationExceptionObjectiveCCodeGenerationException(String)
Initializes a new instance of the ObjectiveCCodeGenerationException class.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectiveCCodeGenerationException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
ObjectiveCCodeGenerationException(
	String^ message
)
Parameters
message (String)
The message.
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)