SIFWorks ADK 2.0
hasSIFError Method (category)
NamespacesEdustructures.SifWorksAdkExceptionhasSIFError(SifErrorCategoryCode)

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

Determines if this exception contains at least one nested SifException with the specified error category.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool hasSIFError(
	SifErrorCategoryCode category
)
Public Overridable Function hasSIFError ( _
	category As SifErrorCategoryCode _
) As Boolean
public:
virtual bool hasSIFError (
	SifErrorCategoryCode category
)
Parameters
category (SifErrorCategoryCode)
The error category to search for
Return Value
true if this exception has nested SIFExceptions and at least one of those has the specified error category.

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