Click or drag to resize
AB4D logo

DXAttributeException Class

DXAttributeException is an exception that signals that there is a problem with using a DXAttribute.
Inheritance Hierarchy
SystemObject
  SystemException
    Ab3d.DirectXDXAttributeException

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
[SerializableAttribute]
public class DXAttributeException : Exception

The DXAttributeException type exposes the following members.

Constructors
 NameDescription
Public methodDXAttributeException(DXAttributeType, String) DXAttributeException constructor
Public methodDXAttributeException(DXAttributeType, String, Exception) DXAttributeException constructor
Top
Properties
 NameDescription
Public propertyDXAttributeType Gets the DXAttributeType.
Top
Methods
 NameDescription
Public methodGetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext))
Top
See Also