The WarningObject allows warning errors to be handled in a
more custom fashion.
Namespace:
Imsl
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static WarningObject WarningObject { get; set; } |
Visual Basic (Declaration) |
---|
Public Shared Property WarningObject As WarningObject |
Visual C++ |
---|
public: static property WarningObject^ WarningObject { WarningObject^ get (); void set (WarningObject^ value); } |
Field Value
The current WarningObject.
Remarks
WarningObject may be set to null, in which case error messages
will be ignored.