Click or drag to resize
WarningWarningObject Property
The WarningObject allows warning errors to be handled in a more custom fashion.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static WarningObject WarningObject { get; set; }

Property Value

Type: WarningObject
The current WarningObject.
Remarks
WarningObject may be set to null, in which case error messages will be ignored.
See Also