Class IncompatibleVersionException
- Namespace
- DuetAPI
- Assembly
- DuetAPI.dll
Exception class that is thrown if the API version of the client is incompatible to the server
public class IncompatibleVersionException : Exception, ISerializable
- Inheritance
-
IncompatibleVersionException
- Implements
- Inherited Members
Constructors
IncompatibleVersionException()
Creates a new exception instance
public IncompatibleVersionException()
IncompatibleVersionException(string)
Creates a new exception instance
public IncompatibleVersionException(string message)
Parameters
messagestringError message
IncompatibleVersionException(string, Exception)
Creates a new exception instance
public IncompatibleVersionException(string message, Exception innerException)