Share via


Warning Method (String, String[])

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubWarning ( _
    formatAsString, _
    ParamArrayargumentsAsString() _
)
'Usage
DiminstanceAsErrorReporterDimformatAsStringDimargumentsAsString()

instance.Warning(format, arguments)
publicvoidWarning(
    stringformat,
    paramsstring[] arguments
)
public:
voidWarning(
    String^ format, 
    ... array<String^>^ arguments
)
publicfunctionWarning(
    format : String, 
    ... arguments : String[]
)

Parameters

.NET Framework Security

See Also

Reference

ErrorReporter Class

ErrorReporter Members

Warning Overload

System.Dataflow Namespace