EngineNotReadyException Constructor

Overload List
 NameDescription
Public methodEngineNotReadyException Initializes a new instance of the EngineNotReadyException class.
Public methodEngineNotReadyException(Exception) Initializes a new instance of the EngineNotReadyException class.
Public methodEngineNotReadyException(String) Initializes a new instance of the EngineNotReadyException class with a specified error message.
Public methodEngineNotReadyException(String, Exception) Initializes a new instance of the EngineNotReadyException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also