Click or drag to resize
AB4D logo

DXEngineComException Class

DXEngineException exception thrown is thrown when an error occured when calling DirectX COM methods. The exception class contains details information about the error in the Descriptor property.
Inheritance Hierarchy
SystemObject
  SystemException
    Ab3d.DirectXDXEngineException
      Ab3d.DirectXDXEngineComException

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

The DXEngineComException type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyDescriptor Gets the SharpDX.Result with error code.
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