HelperException(String, Exception) Constructor

Create a new exception with message and inner exception

Definition

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

Parameters

message  String
Message to be reported by the exception
inner  Exception
Exception to be reported as the inner exception

See Also