Description of java.lang.IllegalStateException from Java docs:
Signals that the method was called at an illegal or inappropriate time. In other words, the Java environment or Java application is not in the appropriate state for the requested operation.
Is there an equivalent for IllegalStateException in the .NET-Framework?
Bob Jan 21 2018-10-21T00: 00Z
source share