Issue a warning message.
Namespace:
Imsl
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void Print( Object source, string baseName, string key, Object[] arg ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Print ( _ source As Object, _ baseName As String, _ key As String, _ arg As Object() _ ) |
Visual C++ |
---|
public: virtual void Print( Object^ source, String^ baseName, String^ key, array<Object^>^ arg ) |
Parameters
- source
- Type: System..::.Object
The Object that is the source of the warning.
- baseName
- Type: System..::.String
A String which specifies the base name of the resource. The actual name is formed by appending ".ErrorMessages".
- key
- Type: System..::.String
A String which specifies the warning message in the resource.
- arg
- Type: array<
System..::.Object
>[]()[]
A Object which specifies arguments used to format the message.
Remarks
Warning messages are stored as string format items in a resource.
This method retrieves the format from the resource, formats the
message with the supplied arguments, and prints the message to the
warning stream.