SlavedException(String, Exception) Constructor

Create a new exception

Definition

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

Parameters

message  String
Exception description
inner  Exception
Underlying exception that caused this exception to be thrown.

See Also