[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.
| C# | Visual Basic | Visual 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 )
- category (SifErrorCategoryCode)
- The error category to search for
- code (Int32)
- The error code to search for
true if this exception has nested SIFExceptions and at least one
of those has the specified error category and code