Click or drag to resize
IMSLException Class
Signals that a mathematical exception has occurred.
Inheritance Hierarchy

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public abstract class IMSLException : ApplicationException

The IMSLException type exposes the following members.

Constructors
  NameDescription
Protected methodIMSLException()
Constructs an IMSLException with no detail message.
Protected methodIMSLException(String)
Constructs an IMSLException with the specified detail message.
Protected methodIMSLException(SerializationInfo, StreamingContext)
Constructs an IMSLException with the serialized data.
Protected methodIMSLException(String, Exception)
Constructs an IMSLException with the specified detail message.
Protected methodIMSLException(String, String,Object[])
Constructs an IMSLException with the specified detail message.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.)
Top
See Also
Inheritance Hierarchy
System.Object
  System.Exception
    System.ApplicationException
      Imsl.IMSLException
        Imsl.IMSLUnexpectedErrorException
        Imsl.Math.AllConstraintsNotSatisfiedException
        Imsl.Math.BadInitialGuessException
        Imsl.Math.BoundaryInconsistentException
        Imsl.Math.BoundsInconsistentException
        Imsl.Math.ConstraintEvaluationException
        Imsl.Math.ConstraintsInconsistentException
        Imsl.Math.ConstraintsNotSatisfiedException
        Imsl.Math.CorrectorConvergenceException
        Imsl.Math.CyclingOccurringException
        Imsl.Math.DidNotConvergeException
        Imsl.Math.EqualityConstraintsException
        Imsl.Math.ErrorTestException
        Imsl.Math.FalseConvergenceException
        Imsl.Math.IllConditionedException
        Imsl.Math.InconsistentSystemException
        Imsl.Math.InitialConstraintsException
        Imsl.Math.InvalidMPSFileException
        Imsl.Math.IterationMatrixSingularException
        Imsl.Math.LimitingAccuracyException
        Imsl.Math.LinearlyDependentGradientsException
        Imsl.Math.MaxFcnEvalsExceededException
        Imsl.Math.MaxIterationsException
        Imsl.Math.MaxNumberStepsAllowedException
        Imsl.Math.MultipleSolutionsException
        Imsl.Math.NoAcceptablePivotException
        Imsl.Math.NoAcceptableStepsizeException
        Imsl.Math.NoConvergenceException
        Imsl.Math.NoLPSolutionException
        Imsl.Math.NoProgressException
        Imsl.Math.NotDefiniteAMatrixException
        Imsl.Math.NotDefiniteJacobiPreconditionerException
        Imsl.Math.NotDefinitePreconditionMatrixException
        Imsl.Math.NotSPDException
        Imsl.Math.NumericDifficultyException
        Imsl.Math.ObjectiveEvaluationException
        Imsl.Math.PenaltyFunctionPointInfeasibleException
        Imsl.Math.ProblemInfeasibleException
        Imsl.Math.ProblemUnboundedException
        Imsl.Math.ProblemVacuousException
        Imsl.Math.QPInfeasibleException
        Imsl.Math.QPProblemUnboundedException
        Imsl.Math.SingularException
        Imsl.Math.SingularMatrixException
        Imsl.Math.SingularPreconditionMatrixException
        Imsl.Math.SolutionNotFoundException
        Imsl.Math.SomeConstraintsDiscardedException
        Imsl.Math.TcurrentTstopInconsistentException
        Imsl.Math.TEqualsToutException
        Imsl.Math.TerminationCriteriaNotSatisfiedException
        Imsl.Math.TimeIntervalTooSmallException
        Imsl.Math.ToleranceTooSmallException
        Imsl.Math.TooManyIterationsException
        Imsl.Math.TooManyStepsException
        Imsl.Math.TooMuchTimeException
        Imsl.Math.UnboundedBelowException
        Imsl.Math.VarBoundsInconsistentException
        Imsl.Math.WorkingSetSingularException
        Imsl.Stat.AllDeletedException
        Imsl.Stat.AllMissingException
        Imsl.Stat.AltSeriesAccuracyLossException
        Imsl.Stat.BadVarianceException
        Imsl.Stat.ClassificationVariableException
        Imsl.Stat.ClassificationVariableLimitException
        Imsl.Stat.ClassificationVariableValueException
        Imsl.Stat.ClusterNoPointsException
        Imsl.Stat.ConstrInconsistentException
        Imsl.Stat.CovarianceSingularException
        Imsl.Stat.CyclingIsOccurringException
        Imsl.Stat.DeleteObservationsException
        Imsl.Stat.DidNotConvergeException
        Imsl.Stat.DiffObsDeletedException
        Imsl.Stat.EigenvalueException
        Imsl.Stat.EmptyGroupException
        Imsl.Stat.EqConstrInconsistentException
        Imsl.Stat.IllConditionedException
        Imsl.Stat.IncreaseErrRelException
        Imsl.Stat.InitialMAException
        Imsl.Stat.InvalidMatrixException
        Imsl.Stat.InvalidPartialCorrelationException
        Imsl.Stat.MatrixSingularException
        Imsl.Stat.MoreObsDelThanEnteredException
        Imsl.Stat.NegativeFreqException
        Imsl.Stat.NegativeWeightException
        Imsl.Stat.NewInitialGuessException
        Imsl.Stat.NoAcceptableModelFoundException
        Imsl.Stat.NoConvergenceException
        Imsl.Stat.NoDegreesOfFreedomException
        Imsl.Stat.NonInvertibleException
        Imsl.Stat.NonPositiveEigenvalueException
        Imsl.Stat.NonPosVarianceException
        Imsl.Stat.NonPosVarianceXYException
        Imsl.Stat.NonStationaryException
        Imsl.Stat.NoPositiveVarianceException
        Imsl.Stat.NoProgressException
        Imsl.Stat.NotCDFException
        Imsl.Stat.NotPositiveDefiniteException
        Imsl.Stat.NotPositiveSemiDefiniteException
        Imsl.Stat.NotSemiDefiniteException
        Imsl.Stat.NoVariablesEnteredException
        Imsl.Stat.NoVariablesException
        Imsl.Stat.NoVariationInputException
        Imsl.Stat.NoVectorXException
        Imsl.Stat.PooledCovarianceSingularException
        Imsl.Stat.RankDeficientException
        Imsl.Stat.RankException
        Imsl.Stat.ScaleFactorZeroException
        Imsl.Stat.SingularException
        Imsl.Stat.SingularTriangularMatrixException
        Imsl.Stat.SumOfWeightsNegException
        Imsl.Stat.TooManyCallsException
        Imsl.Stat.TooManyFunctionEvaluationsException
        Imsl.Stat.TooManyIterationsException
        Imsl.Stat.TooManyIterationsReTryException
        Imsl.Stat.TooManyJacobianEvalException
        Imsl.Stat.TooManyObsDeletedException
        Imsl.Stat.VarsDeterminedException
        Imsl.Stat.ZeroNormException