IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Statistics.InsufficientDataException Class Reference

The exception that is thrown when an operation is attempted with less than the minimum required data. More...

+ Inheritance diagram for Meta.Numerics.Statistics.InsufficientDataException:
+ Collaboration diagram for Meta.Numerics.Statistics.InsufficientDataException:

Public Member Functions

 InsufficientDataException ()
 Initializes a new insufficient data exception. More...
 
 InsufficientDataException (String message)
 Inititalizes a new insufficient data exception with the given exception message. More...
 
 InsufficientDataException (String message, Exception innerException)
 Initializes a new insufficient data exception with the given exception message and inner exception. More...
 

Protected Member Functions

 InsufficientDataException (SerializationInfo info, StreamingContext context)
 Initalizes a new insufficient data exception with the given serialization information and streaming context. More...
 

Detailed Description

The exception that is thrown when an operation is attempted with less than the minimum required data.

Constructor & Destructor Documentation

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
messageThe 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
messageThe exeption message.
innerExceptionThe 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
infoThe serialization information.
contextThe streaming context.

The documentation for this class was generated from the following file: