DriverAccessCOMException Constructor

Creates a new DriverAccessCOException

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
C#
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

Version Information

.NET Standard

Supported in: 2.0

See Also