Click or drag to resize
Warning Class
Handles warning messages.
Inheritance Hierarchy
SystemObject
  ImslWarning

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public sealed class Warning

The Warning type exposes the following members.

Constructors
  NameDescription
Public methodWarning
Initializes a new instance of the Warning class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPrint
Issues a warning message.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberWarningObject
The WarningObject allows warning errors to be handled in a more custom fashion.
Public propertyStatic memberWriter
The stream to which warning messages are to be written.
Top
Remarks

This class maintains a single, private, WarningObject that actually displays the warning messages.

See Also