Share via


Error Method (ISourceLocation, 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
PublicSubError ( _
    sourceLocationAsISourceLocation, _
    formatAsString, _
    ParamArrayargumentsAsString() _
)
'Usage
DiminstanceAsErrorReporterDimsourceLocationAsISourceLocationDimformatAsStringDimargumentsAsString()

instance.Error(sourceLocation, format, _
    arguments)
publicvoidError(
    ISourceLocationsourceLocation,
    stringformat,
    paramsstring[] arguments
)
public:
voidError(
    ISourceLocation^ sourceLocation, 
    String^ format, 
    ... array<String^>^ arguments
)
publicfunctionError(
    sourceLocation : ISourceLocation, 
    format : String, 
    ... arguments : String[]
)

Parameters

.NET Framework Security

See Also

Reference

ErrorReporter Class

ErrorReporter Members

Error Overload

System.Dataflow Namespace