SIFWorks ADK 2.0
AdkSchemaException Constructor (msg, zone, cause)
NamespacesEdustructures.SifWorksAdkSchemaExceptionAdkSchemaExceptionAdkSchemaExceptionNew(String, IZone, Exception)

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

Constructs an exception with the error message, the zone that is associated with the error and the Exception that is the cause
Declaration Syntax
C#Visual BasicVisual C++
public AdkSchemaException(
	string msg,
	IZone zone,
	Exception cause
)
Public Sub New ( _
	msg As String, _
	zone As IZone, _
	cause As Exception _
)
public:
AdkSchemaException (
	String^ msg, 
	IZone^ zone, 
	Exception^ cause
)
Parameters
msg (String)
zone (IZone)
cause (Exception)

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