Click or drag to resize

BaseException(String, Exception) Constructor

Initializes a new instance of the BaseException class.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BaseException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception.
See Also