Click or drag to resize

NativeInterfaceException(String, Exception) Constructor

Initializes a new instance of the NativeInterfaceException class with a specified error message and inner exception.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected NativeInterfaceException(
	string message,
	Exception innerException
)

Parameters

message  String
The message that describes the error.
innerException  Exception
The exception that caused the current exception.
See Also