Click or drag to resize
ExceptionMessages Class
Provides constants for common exception messages.
Inheritance Hierarchy
SystemObject
  LawoExceptionMessages

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class ExceptionMessages

The ExceptionMessages type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNonnegativeNumberRequired
The message to pass to an ArgumentOutOfRangeException when a number is unexpectedly < 0.
Public fieldStatic memberPositiveNumberRequired
The message to pass to an ArgumentOutOfRangeException when a number is unexpectedly <= 0.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also