Click or drag to resize

DriverAccessCOMException Constructor

Creates a new DriverAccessCOException

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public DriverAccessCOMException(
	string Message,
	int ErrorCode,
	Exception InnerException
)

Parameters

Message  String
The error message to display
ErrorCode  Int32
The COM error code to attach to this exception
InnerException  Exception
Any inner exception that is to be attached to the exception, or null if there is no inner exception
See Also