SIFWorks ADK 2.0
SIF_Error Constructor (sifCategory, sifCode, sifDesc)
NamespacesEdustructures.SifWorks.InfraSIF_ErrorSIF_ErrorSIF_ErrorNew(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public SIF_Error(
	Nullable<int> sifCategory,
	Nullable<int> sifCode,
	string sifDesc
)
Public Sub New ( _
	sifCategory As Nullable(Of Integer), _
	sifCode As Nullable(Of Integer), _
	sifDesc As String _
)
public:
SIF_Error (
	Nullable<int> sifCategory, 
	Nullable<int> sifCode, 
	String^ sifDesc
)
Parameters
sifCategory (Nullable<(Of <Int32>)>)
A SIF_Category
sifCode (Nullable<(Of <Int32>)>)
See Error Codes.
sifDesc (String)
A simple, easy to understand, description of the error. The primary consumer of this message is the application user. Example: "Unable to open database."

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