InsufficientDataException(String, Int32, Int32) Constructor

Constructs a new InsufficientDataException object.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public InsufficientDataException(
	string message,
	int minimumDataLength,
	int actualDataLength
)

Parameters

message  String
The error message that explains the reason for the exception.
minimumDataLength  Int32
The minimum number of data points required to perform the requested calculation.
actualDataLength  Int32
The actual number of data points that was supplied.

See Also