SIFWorks ADK 2.0
SetSIF_Error Method (category, code, desc, extDesc)
NamespacesEdustructures.SifWorksSifExceptionSetSIF_Error(Int32, Int32, String, String)

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

Sets the SIF_Error element associated with this exception.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetSIF_Error(
	int category,
	int code,
	string desc,
	string extDesc
)
Public Overridable Sub SetSIF_Error ( _
	category As Integer, _
	code As Integer, _
	desc As String, _
	extDesc As String _
)
public:
virtual void SetSIF_Error (
	int category, 
	int code, 
	String^ desc, 
	String^ extDesc
)
Parameters
category (Int32)
code (Int32)
desc (String)
extDesc (String)

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