Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public InsufficientDataException(
string message
)
Public Sub New (
message As String
)
public:
InsufficientDataException(
String^ message
)
new :
message : string -> InsufficientDataException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
Reference