Click or drag to resize

DriverException(String, Int32) Constructor

Create a new ASCOM exception using the specified text message and error code.

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public DriverException(
	string message,
	int number
)

Parameters

message  String
Descriptive text describing the cause of the exception
number  Int32
Error code for the exception (80040400 - 80040FFF).
See Also