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