InsufficientDataException Constructor (String) |
Initializes a new insufficient data exception with the given exception message.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public InsufficientDataException(
string message
)
Public Sub New (
message As String
)
public:
InsufficientDataException(
String^ message
)
new :
message : string -> InsufficientDataException
Parameters
- message
- Type: System.String
The exception message.
See Also