SIFWorks ADK 2.0
HasError Method (category, code)
NamespacesEdustructures.SifWorks.InfraSIF_AckHasError(Int32, Int32)

[This is preliminary documentation and is subject to change.]

Determines if this SIF_Ack contains the specified error code
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HasError(
	int category,
	int code
)
Public Overridable Function HasError ( _
	category As Integer, _
	code As Integer _
) As Boolean
public:
virtual bool HasError (
	int category, 
	int code
)
Parameters
category (Int32)
The error category
code (Int32)
The error code
Return Value
true if the SIF_Ack contains this error

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10