SIFWorks ADK 2.0
ErrorCategory Property
NamespacesEdustructures.SifWorksSifExceptionErrorCategory

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

Gets or sets the Error Category of the first SIF_Error element, or 0xFFFFFFFF if there are no errors. If more than one SIF_Error is present, the category code from the first error is returned.
Declaration Syntax
C#Visual BasicVisual C++
public virtual SifErrorCategoryCode ErrorCategory{ get; set;}
Public Overridable Property ErrorCategory As SifErrorCategoryCode
public:
virtual property SifErrorCategoryCode ErrorCategory {
	SifErrorCategoryCode get ();
	void set (SifErrorCategoryCode value);
}
Value
A SifErrorCategoryCode. error category

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