[This is preliminary documentation and is subject to change.]
Determines if this exception contains at least one nested SifException
with the specified error category.
| C# | Visual Basic | Visual C++ |
public virtual bool hasSIFError( SifErrorCategoryCode category )
Public Overridable Function hasSIFError ( _ category As SifErrorCategoryCode _ ) As Boolean
public: virtual bool hasSIFError ( SifErrorCategoryCode category )
- category (SifErrorCategoryCode)
- The error category to search for
true if this exception has nested SIFExceptions and at least one
of those has the specified error category.