DriverException(String, Exception) Constructor

Initializes a new instance of the DriverException class from another caught exception and a human-readable descriptive message.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
public DriverException(
	string message,
	Exception innerException
)

Parameters

message  String
The human-readable description of the problem.
innerException  Exception
The caught (inner) exception.

See Also