Monobjc.ObjectiveCClassCastException.ObjectiveCClassCastException C# (CSharp) Method

ObjectiveCClassCastException() public method

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

Same methods

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