Monobjc.ObjectiveCException.ObjectiveCException C# (CSharp) Method

ObjectiveCException() public method

Initializes a new instance of the ObjectiveCException class.
public ObjectiveCException ( ) : System
return System
		public ObjectiveCException ()
		{
		}

Same methods

ObjectiveCException::ObjectiveCException ( SerializationInfo info, StreamingContext context ) : System
ObjectiveCException::ObjectiveCException ( String message ) : System
ObjectiveCException::ObjectiveCException ( String message, Exception innerException ) : System
ObjectiveCException