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

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

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

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