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