SIFWorks ADK 2.0
ErrorCode Property
NamespacesEdustructures.SifWorksSifExceptionErrorCode

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

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

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