SIFWorks ADK 2.0
Zone Property
NamespacesEdustructures.SifWorksAdkExceptionZone

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

Gets the zone associated with this exception.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IZone Zone{ get;}
Public Overridable ReadOnly Property Zone As IZone
public:
virtual property IZone^ Zone {
	IZone^ get ();
}
Return Value
The Zone associated with the exception
Remarks
Note:The Adk's IZone interface does not support remoting. Therefore, this method will return a null value when called by an remoting client on a marshalled AdkException object. Remoting clients should instead use the ZoneId method to learn the ID of the zone passed to the constructor.
See Also

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