The exception that is thrown when an operation is attempted with less than the minimum required data.
More...
|
| InsufficientDataException (SerializationInfo info, StreamingContext context) |
| Initalizes a new insufficient data exception with the given serialization information and streaming context. More...
|
|
The exception that is thrown when an operation is attempted with less than the minimum required data.
Meta.Numerics.Statistics.InsufficientDataException.InsufficientDataException |
( |
| ) |
|
|
inline |
Initializes a new insufficient data exception.
Meta.Numerics.Statistics.InsufficientDataException.InsufficientDataException |
( |
String |
message | ) |
|
|
inline |
Inititalizes a new insufficient data exception with the given exception message.
- Parameters
-
message | The exception message. |
Meta.Numerics.Statistics.InsufficientDataException.InsufficientDataException |
( |
String |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Initializes a new insufficient data exception with the given exception message and inner exception.
- Parameters
-
message | The exeption message. |
innerException | The inner exception. |
Meta.Numerics.Statistics.InsufficientDataException.InsufficientDataException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Initalizes a new insufficient data exception with the given serialization information and streaming context.
- Parameters
-
info | The serialization information. |
context | The streaming context. |
The documentation for this class was generated from the following file: