Click or drag to resize

ExceptionMessages Class

Provides access to localized exception and validation message templates used by the probability components.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.ProbabilityExceptionMessages

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class ExceptionMessages

The ExceptionMessages type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberArgumentNull Gets the message template used when an argument is .
Public propertyStatic memberArgumentOutOfRangeGreaterEqual Gets the message template used when a value must be greater than or equal to another value.
Public propertyStatic memberArgumentRangeLessEqual Gets the message template used when the range between two values must be less than or equal to a specified limit.
Top
See Also