SIFWorks ADK 2.0
AdkParsingException Constructor (msg, zone, innerException)
NamespacesEdustructures.SifWorksAdkParsingExceptionAdkParsingExceptionAdkParsingExceptionNew(String, IZone, Exception)

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

Constructs an exception with a detailed message, the zone and the inner exception that was raised
Declaration Syntax
C#Visual BasicVisual C++
public AdkParsingException(
	string msg,
	IZone zone,
	Exception innerException
)
Public Sub New ( _
	msg As String, _
	zone As IZone, _
	innerException As Exception _
)
public:
AdkParsingException (
	String^ msg, 
	IZone^ zone, 
	Exception^ innerException
)
Parameters
msg (String)
zone (IZone)
innerException (Exception)

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