DriverException(String, Int32) Constructor

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

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
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