[This is preliminary documentation and is subject to change.]
Thrown when an element or attribute is referenced but does not exist.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class AdkSchemaException : AdkException
<SerializableAttribute> _ Public Class AdkSchemaException _ Inherits AdkException
[SerializableAttribute] public ref class AdkSchemaException : public AdkException
| All Members | Constructors | ||||
| Icon | Member | Description |
|---|---|---|
| AdkSchemaExceptionAdkSchemaExceptionNew(String) |
Constructs an exception with an error message
| |
| AdkSchemaExceptionAdkSchemaExceptionNew(String, IZone) |
Constructs an exception with the error message and the zone that is associated with the error
| |
| AdkSchemaExceptionAdkSchemaExceptionNew(String, IZone, Exception) |
Constructs an exception with the error message, the zone that is associated with the error
and the Exception that is the cause
|
| Object | |||
| Exception | |||
| AdkException | |||
| AdkSchemaException | |||