What do you mean you "can't get it from wikipedia's page"? Do you mean the page isn't working or you don't understand the example? I'll assume the latter and explain wikipedia's example:
The example given is
[tex]\int_0^1\int_0^1 \frac{x^2-y^2}{(x^2+y^2)^2}\,dy\,dx[/tex]
which the page claims you cannot change the order of integration in order to perform the integral. You can see this directly by noting that if you relabel the variable x by y and the variable y by x, the integrand looks exactly the same except that the terms in the numerator are reversed and the dydx is now dxdy. Pulling a minus sign out of the numerator you see that the integrand is again the same as before except for changing the order of integration - hence by changing the order of integration the value you calculate will change by a minus sign (in THIS particular example - this does NOT mean that in general changing the order of integration for such functions will just change the result by a minus sign).
The reason you can't change the order without changing the value you calculate is that the function you are integrating is not absolutely convergent, meaning
[tex]\int_0^1\int_0^1<br />
\left|\frac{x^2-y^2}{(x^2+y^2)^2}\right|\,dy\,dx=\infty[/tex]
Observe the evaluation done on the page:
[tex]\int_0^1\int_0^1<br />
\left|\frac{x^2-y^2}{(x^2+y^2)^2}\right|\,dx\,dy=\int_0^1\left[\int_0^y<br />
\frac{y^2-x^2}{(x^2+y^2)^2}\,dx+\int_y^1\frac{x^2-y^2}{(x^2+y^2)^2}\,dx\right]\,dy[/tex]
[tex]=\int_0^1\left(\frac{1}{2y}+\frac{1}{2y}-\frac{1}{y^2+1}\right)\,dy=\int_0^1 \frac{1}{y}\,dy-\int_0^1\frac{1}{1+y^2}\,dy.[/tex]
To quote wikipedia,
When
[tex]\int_a^b\int_c^d \left|f(x,y)\right|\,dy\,dx=\infty[/tex]
then the two iterated integrals
[tex]\int_a^b\int_c^d f(x,y)\,dy\,dx\ \mbox{and}\ \int_c^d\int_a^b f(x,y)\,dx\,dy[/tex]
may have different finite values.
The example given above is one of those cases.