The WrongThreadException Class contains the following constructors:
WrongThreadException()
WrongThreadException(String s)
Creates an instance of the WrongThreadException class.
public WrongThreadException();
Creates an instance of the WrongThreadException class that contains a description of the exception.
public WrongThreadException(String s);
s | A description of the exception. |