Problem " System.ArgumentException" in Microsoft.SPOT.hardware

Hello everyone, I have a problem to connect the Micro SD Card Module with G120HDR, Using mainboard GHI Electronics G120HDR 2.0

I get the error described in the title, this line of code:

_sdCardDetect = new GTI.InterruptInput (socket, Socket.Pin.Three, GTI.GlitchFilterMode.On, GTI.ResistorMode.PullUp, GTI.InterruptMode.RisingAndFallingEdge, this );

may be this pin is already use for other purposeā€¦ it would be good if you put your code or a reprentative portion of code .

Most likely the pin you are using does not support one or more of the features you specified. For example, the pin does not support interrupts.