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