|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
Microsoft.Xna.Framework.Graphics.DeviceNotResetException
public final class DeviceNotResetException
The exception that is thrown when the device has been lost, but can be reset at this time.
Constructor Summary | |
---|---|
DeviceNotResetException()
Initializes a new instance of this class. |
|
DeviceNotResetException(java.lang.String message)
Initializes a new instance of this class with the specified error message. |
|
DeviceNotResetException(java.lang.String message,
java.lang.RuntimeException inner)
Initializes a new instance of this class with the specified error message and a reference to the inner exception that is the cause of this exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeviceNotResetException()
public DeviceNotResetException(java.lang.String message)
message
- A message that describes the error.public DeviceNotResetException(java.lang.String message, java.lang.RuntimeException inner)
message
- A message that describes the error.inner
- The exception that is the cause of the current exception. If the inner parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |