Extreme Optimization >
User's Guide >
Statistics Library >
Appendices >
Exception Types
Extreme Optimization User's Guide
User's Guide
Up: Appendices Next: Enumeration Types Previous: Appendices Contents
Exception Types
This section lists the exception types that may be thrown by
classes in the Extreme Optimization Statistics Library for
.NET.
In addition to the exceptions listed below, many standard
exceptions may also be thrown. For instance, when the index for a
collection or variable is out of range, an
ArgumentOutOfRangeException is thrown. When you
request a model parameter before the model has been computed, an
InvalidOperationException is thrown. This behavior
is consistent with Microsoft's guidelines for throwing
exceptions.
InsufficientDataException
This exception, which inherits from
InvalidOperationException, is thrown when an operation
requires more data than was supplied.
This type has two specific properties. The
RequiredDataLength property specifies the number of
observations that were required to perform the requested
calculation. The ActualDataLength property specifies
the number of observations that was supplied.
MissingValueException
This exception indicates that a missing value was encountered
during a calculation.
Up: Appendices Next: Enumeration Types Previous: Appendices Contents
Copyright 2004-2008,
Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M
Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual
Studio.NET, and the Visual Studio Logo are registered trademarks of Microsoft Corporation